Skip to content

Commit

Permalink
rspec defaults to mocking w/rspec. let it.
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenharman committed Nov 4, 2011
1 parent 4bf884a commit 0b06350
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions fast_specs/fast_spec_helper.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
# #
require 'rspec' require 'rspec'


RSpec.configure do |config|
config.mock_with :rspec
end

# Load required files from the app # Load required files from the app
# #
# app_require 'app/model/profile' # app_require 'app/model/profile'
Expand Down

0 comments on commit 0b06350

Please sign in to comment.