We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411fc39 commit 1aafa03Copy full SHA for 1aafa03
.travis.yml
@@ -1,8 +1,9 @@
1
language: ruby
2
rvm:
3
- 2.4.2
4
+bundler_args: --binstubs
5
+
6
before_script:
- - bundler_args: --binstubs
7
- bundle exec rake db:create --all
8
- bundle exec rake db:migrate
9
script:
README.md
@@ -68,6 +68,8 @@ rails generate cucumber:install
68
```
69
70
## Testing
71
+### Running all test (RSpec and Cucumber)
72
+`bundle exec rake ci:tests`
73
### RSpec
74
#### Single test
75
`rspec spec/models/post_spec.rb`
0 commit comments