Skip to content

Commit 7a0086c

Browse files
committed
Use rspec
1 parent 5e6e1a2 commit 7a0086c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

script/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ export PATH="/usr/share/rbenv/shims:$PATH"
99
export RBENV_VERSION="1.9.3-p194"
1010

1111
cd $RAILS_ROOT
12-
script/bootstrap && bundle exec rake test
12+
script/bootstrap && bundle exec rspec

script/travis-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
script/bootstrap && bundle exec rake test
1+
script/bootstrap && bundle exec rspec

0 commit comments

Comments
 (0)