Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created May 11, 2009 09:02
Show Gist options
  • Select an option

  • Save ukstudio/109921 to your computer and use it in GitHub Desktop.

Select an option

Save ukstudio/109921 to your computer and use it in GitHub Desktop.
RAILS_GEM_VERSION = '2.3.2' unless defined? RAILS_GEM_VERSION
require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
# testing
config.gem 'rspec', :lib => false
config.gem 'rr', :lib => false
config.gem 'rspec-rails', :lib => false
config.gem 'bmabey-email_spec', :lib => 'email_spec', :source => 'http://gems.github.com'
config.gem "thoughtbot-factory_girl", :lib => "factory_girl", :source => "http://gems.github.com"
config.gem "cucumber", :lib => false
config.time_zone = 'UTC'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment