Skip to content

Commit 1aafa03

Browse files
Updated README.md and Travis CI
1 parent 411fc39 commit 1aafa03

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: ruby
22
rvm:
33
- 2.4.2
4+
bundler_args: --binstubs
5+
46
before_script:
5-
- bundler_args: --binstubs
67
- bundle exec rake db:create --all
78
- bundle exec rake db:migrate
89
script:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ rails generate cucumber:install
6868
```
6969

7070
## Testing
71+
### Running all test (RSpec and Cucumber)
72+
`bundle exec rake ci:tests`
7173
### RSpec
7274
#### Single test
7375
`rspec spec/models/post_spec.rb`

0 commit comments

Comments
 (0)