change travis command to rspec bin

This commit is contained in:
Adam Meehan 2018-05-13 21:01:12 +10:00
parent fc2af73656
commit e73e0eb30f
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ rvm:
- "2.4.4"
- "2.5.1"
script: 'bundle exec rake'
script: 'bundle exec rspec'
notifications:
email:

View File

@ -2,7 +2,9 @@ source 'http://rubygems.org'
gemspec
gem 'rake'
gem 'rails', '~> 4.2.10'
gem 'rspec'
gem 'rspec-rails', '~> 3.7'
gem 'timecop'
gem 'byebug'