0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MagnumCIメモ

Posted at

Build Steps

Dependencies installation:

bundle install --path=vendor/bundle

Before test execution:

bundle exec rake tmp:create
curl -o tmp/sample.jpg http://pic.prepics-cdn.com/nikoniko0903/33828338.jpeg
bundle exec rake db:create
RAILS_ENV=test bundle exec rake db:migrate

Test suite commands:

bundle exec rubocop -c .rubocop-custom.yml --rails -D; date
bundle exec scss-lint -c .scss-lint.yml ./app/assets/stylesheets/; date
bundle exec code_hunter; date
bundle exec rake spec:acceptance
COVERAGE=on bundle exec rake spec
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?