Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 25th, 2012  |  syntax: None  |  size: 0.56 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. why heroku is installing rspec
  2. source 'http://rubygems.org'
  3.  
  4. gem 'rails', '3.0.5'
  5. gem 'sqlite3'
  6. gem 'hoptoad_notifier', '= 2.4.2'
  7.  
  8.  
  9. group :development, :test do
  10.   gem 'ruby-debug'
  11.   gem "factory_girl_rails"
  12.   gem "database_cleaner"
  13.   gem "rspec-rails"
  14.   gem "cucumber-rails"
  15.   gem "capybara"
  16.   gem "launchy"
  17.   gem "redgreen"
  18.   gem "faker"
  19.   gem "remarkable_activerecord"
  20. end
  21.        
  22. Installing rspec-core (2.5.1)
  23.    Installing rspec-expectations (2.5.0)
  24.    Installing rspec-mocks (2.5.0)
  25.    Installing rspec (2.5.0)
  26.        
  27. heroku config:add BUNDLE_WITHOUT="development:test"