forked from OpenNeo/impress
rspec-rails gem
This commit is contained in:
parent
87fc4bdf05
commit
fbdd888e3b
1 changed files with 1 additions and 20 deletions
21
Gemfile
21
Gemfile
|
@ -2,25 +2,6 @@ source 'http://rubygems.org'
|
|||
|
||||
gem 'rails', '3.0.0.beta2'
|
||||
|
||||
# Bundle edge Rails instead:
|
||||
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
||||
|
||||
gem 'sqlite3-ruby', :require => 'sqlite3'
|
||||
|
||||
# Use unicorn as the web server
|
||||
# gem 'unicorn'
|
||||
|
||||
# Deploy with Capistrano
|
||||
# gem 'capistrano'
|
||||
|
||||
# Bundle the extra gems:
|
||||
# gem 'bj'
|
||||
# gem 'nokogiri', '1.4.1'
|
||||
# gem 'sqlite3-ruby', :require => 'sqlite3'
|
||||
# gem 'aws-s3', :require => 'aws/s3'
|
||||
|
||||
# Bundle gems for certain environments:
|
||||
# gem 'rspec', :group => :test
|
||||
# group :test do
|
||||
# gem 'webrat'
|
||||
# end
|
||||
gem 'rspec-rails', '>= 2.0.0.beta.8'
|
||||
|
|
Loading…
Reference in a new issue