test/rails_test/Gemfile in muck-users-3.0.0 vs test/rails_test/Gemfile in muck-users-3.0.1

- old
+ new

@@ -4,27 +4,21 @@ gem 'mysql' # gem 'authlogic' # TODO this is temporary until the official authlogic gem is updated for rails 3 gem 'authlogic', :git => 'git://github.com/odorcicd/authlogic.git', :branch => 'rails3' -gem 'will_paginate', "~> 3.0.pre2" - -# TODO Remove this once the validation_reflection gem is released for Rails 3 and the version has been updated in muck-engine -gem "validation_reflection", :git => "http://github.com/redinger/validation_reflection.git", :branch => "rails-3" - gem "bcrypt-ruby", :require => "bcrypt" -gem 'overlord' -gem 'muck-engine', :require => 'muck_engine', :path => "~/projects/muck-engine" -gem 'muck-users', :require => 'muck_users', :path => '../../' +gem 'muck-engine', :path => "~/projects/muck-engine" +gem 'muck-users', :path => "~/projects/muck-users" if RUBY_VERSION < '1.9' gem "ruby-debug" end group :test, :development do - gem "rspec-rails", ">=2.0.0.beta.22" + gem "rspec-rails", ">=2.0.0" gem "cucumber-rails" end group :test do gem "autotest" @@ -32,10 +26,10 @@ # this is also temporary until shoulda works with Rails 3. Local version includes this fix: http://github.com/dchelimsky/shoulda/commit/586b2d90e277c11f951180a203cc92292ff01026 gem "shoulda", :path => "~/projects/other_apps/shoulda" gem "factory_girl" gem "cucumber" gem "rcov" - gem "rspec", ">=2.0.0.beta.22" + gem "rspec", ">=2.0.0" gem "database_cleaner" gem "spork" gem "launchy" end \ No newline at end of file