Update RSpec situation. Should fix #960

This commit is contained in:
Eric Allen 2010-01-01 22:14:51 -05:00
parent d8528071f0
commit 50e80d2673
8 changed files with 114 additions and 97 deletions

View file

@ -21,9 +21,6 @@ Rails::Initializer.run do |config|
config.gem "highline"
config.gem "RedCloth"
# Need to do rspec here and not in test.rb. Needed for rake to work which loads
# the rspec.task file
config.gem "rspec", :lib => false, :version => ">=1.2.2"
config.gem 'datanoise-actionwebservice', :lib => 'actionwebservice'
config.action_controller.use_accept_header = true