Skip to content

Commit

Permalink
Update rspec and fabrication versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Dec 7, 2010
1 parent 48a786d commit 752b1e7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app.rb
Expand Up @@ -7,7 +7,7 @@
gem "factory_girl_rails", ">= 1.0.0", :group => :test
gem "factory_girl_generator", ">= 0.0.1", :group => [:development, :test]
gem "haml-rails", ">= 0.3.4"
gem "rspec-rails", ">= 2.0.1", :group => [:development, :test]
gem "rspec-rails", ">= 2.2.1", :group => [:development, :test]

generators = <<-GENERATORS
Expand Down
2 changes: 1 addition & 1 deletion cuke.rb
Expand Up @@ -11,7 +11,7 @@
gem "factory_girl_generator", ">= 0.0.1", :group => [:cucumber, :development, :test]
gem "haml-rails", ">= 0.3.4"
gem "launchy", ">= 0.3.7", :group => [:cucumber, :test]
gem "rspec-rails", ">= 2.0.1", :group => [:cucumber, :development, :test]
gem "rspec-rails", ">= 2.2.1", :group => [:cucumber, :development, :test]
gem "spork", ">= 0.8.4", :group => [:cucumber, :test]

generators = <<-GENERATORS
Expand Down
4 changes: 2 additions & 2 deletions fabrication.rb
Expand Up @@ -4,9 +4,9 @@

create_file ".rvmrc", rvmrc

gem "fabrication", ">= 0.9.0"
gem "fabrication", ">= 0.9.4"
gem "haml-rails", ">= 0.3.4"
gem "rspec-rails", ">= 2.0.1", :group => [:development, :test]
gem "rspec-rails", ">= 2.2.1", :group => [:development, :test]

generators = <<-GENERATORS
Expand Down
4 changes: 2 additions & 2 deletions fabrication_cuke.rb
Expand Up @@ -7,10 +7,10 @@
gem "capybara", ">= 0.4.0", :group => [:cucumber, :test]
gem "cucumber-rails", ">= 0.3.2", :group => [:cucumber, :test]
gem "database_cleaner", ">= 0.5.2", :group => [:cucumber, :test]
gem "fabrication", ">= 0.9.0"
gem "fabrication", ">= 0.9.4"
gem "haml-rails", ">= 0.3.4"
gem "launchy", ">= 0.3.7", :group => [:cucumber, :test]
gem "rspec-rails", ">= 2.0.1", :group => [:cucumber, :development, :test]
gem "rspec-rails", ">= 2.2.1", :group => [:cucumber, :development, :test]
gem "spork", ">= 0.8.4", :group => [:cucumber, :test]

generators = <<-GENERATORS
Expand Down

0 comments on commit 752b1e7

Please sign in to comment.