Skip to content

Commit

Permalink
Remove some config that's been moved to rspec-support.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jan 3, 2014
1 parent 7736337 commit ae707db
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions spec/spec_helper.rb
Expand Up @@ -14,8 +14,6 @@ def dedent(string)

RSpec::configure do |config|
config.color_enabled = true
config.filter_run :focused
config.run_all_when_everything_filtered = true
config.order = :random

config.include FormattingSupport
Expand All @@ -28,13 +26,6 @@ def dedent(string)
config.mock_with :rspec do |mocks|
mocks.syntax = :expect
end

# Use the doc formatter when running individual files.
# This is too verbose when running all spec files but
# is nice for a single file.
if config.files_to_run.one? && config.formatters.none?
config.formatter = 'doc'
end
end

shared_context "with #should enabled", :uses_should do
Expand Down

0 comments on commit ae707db

Please sign in to comment.