Skip to content

Commit ebbf8e0

Browse files
committed
Merge pull request bootstrap-ruby#158 from neerfri/simplify-contribution-section
suggest rake -f in Contributing README section
2 parents cf8493f + 9514d44 commit ebbf8e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,10 @@ We love pull requests! Here's a quick guide for contributing:
544544

545545
2. Run the existing test suite:
546546

547-
`$ cd test/dummy && bundle exec rake db:create db:migrate RAILS_ENV=test && cd ../../`
548-
`$ bundle exec rake`
547+
```
548+
$ bundle exec rake -f test/dummy/Rakefile db:create db:migrate RAILS_ENV=test
549+
$ bundle exec rake
550+
```
549551

550552
3. Add tests for your change.
551553

0 commit comments

Comments
 (0)