Skip to content

Instantly share code, notes, and snippets.

@romulostorel
Created June 27, 2013 12:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romulostorel/5876095 to your computer and use it in GitHub Desktop.
Save romulostorel/5876095 to your computer and use it in GitHub Desktop.
box: wercker/ubuntu12.04-ruby2.0.0
services:
- wercker/postgresql
build:
steps:
- bundle-install
- rails-database-yml:
service: postgresql
- script:
name: rake
code: bundle exec rake db:migrate RAILS_ENV=test
- script:
name: rspec
code: bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment