Skip to content

Commit

Permalink
Merge pull request #1 from stevenharman/fast_spec_helper_defaults_to_…
Browse files Browse the repository at this point in the history
…mocking_with_rspec

rspec defaults to mocking w/rspec. let it.
  • Loading branch information
leshill committed Nov 4, 2011
2 parents d04a3fe + 0b06350 commit 51b9664
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 Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
#
require 'rspec'

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

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

0 comments on commit 51b9664

Please sign in to comment.