Skip to content

Commit

Permalink
Remove unused configuration block from spec_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
jacegu committed May 13, 2016
1 parent 2be067b commit bb0a152
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/spec_helper.rb
Expand Up @@ -12,15 +12,4 @@
SPEC_ROOT = File.expand_path("../", __FILE__)
end

RSpec.configure do |c|
# Silent the puts call in the commands
# c.before do
# @_stdout = $stdout
# $stdout = StringIO.new
# end
# c.after do
# $stdout = @_stdout
# end
end

Dir[File.join(SPEC_ROOT, "support/**/*.rb")].each { |f| require f }

0 comments on commit bb0a152

Please sign in to comment.