Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
should run spec on test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed May 16, 2012
1 parent 5b240ea commit 20fdd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -16,4 +16,4 @@ capybara-*.html
rerun.txt
pickle-email-*.html
coverage
test/reports
spec/reports
2 changes: 1 addition & 1 deletion jenkins.sh
Expand Up @@ -2,6 +2,6 @@
bundle install --path "/home/jenkins/bundles/${JOB_NAME}" --deployment
RAILS_ENV=test bundle exec rake db:setup
RAILS_ENV=test bundle exec rake db:migrate
RAILS_ENV=test bundle exec rake ci:setup:rspec
RAILS_ENV=test bundle exec rake ci:setup:rspec spec
RESULT=$?
exit $RESULT

0 comments on commit 20fdd65

Please sign in to comment.