Skip to content

Commit

Permalink
Removed deprecate constant 'Rspec'; switched to 'RSpec'
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartl committed May 16, 2011
1 parent 9321c75 commit c6110de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# in ./support/ and its subdirectories.
Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f}

Rspec.configure do |config|
RSpec.configure do |config|
# == Mock Framework
#
# If you prefer to use mocha, flexmock or RR, uncomment the appropriate line:
Expand Down

0 comments on commit c6110de

Please sign in to comment.