Commit 2df8d591bd2e7ec084bf0e1b5526167426a3e79a

Authored by ikeqiao
1 parent 07dcbab4
Exists in master

make travis pass

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
.travis.yml
... ... @@ -7,4 +7,4 @@ env:
7 7 rvm:
8 8 - 2.0.0
9 9  
10   -script: RAILS_ENV=test bundle exec rake spec spec
11 10 \ No newline at end of file
  11 +script: RAILS_ENV=test bundle exec rspec spec
12 12 \ No newline at end of file
... ...