language: ruby rvm: - 2.0.0 <%- if config[:rails] -%> gemfile: - gemfiles/rails-3.2.x.gemfile <%- end -%> script: bundle exec rspec spec