Skip to content

Commit 44101b9

Browse files
sdsShane da Silva
authored and
Shane da Silva
committed
Remove commented lines from spec_helper
Change-Id: I75282aa31c37a56be811894d751c4f801e54de0f Reviewed-on: http://gerrit.causes.com/35577 Reviewed-by: Shane da Silva <shane@causes.com> Tested-by: Shane da Silva <shane@causes.com>
1 parent c45ae64 commit 44101b9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

spec/spec_helper.rb

-10
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,5 @@
1616
Dir[File.dirname(__FILE__) + '/support/**/*.rb'].each { |f| require f }
1717

1818
RSpec.configure do |config|
19-
#config.color_enabled = true
20-
#config.tty = true
21-
#config.formatter = :documentation
22-
2319
config.include GitSpecHelpers
24-
25-
# For commit message check tests, just specify the commit_msg for each context
26-
#config.before :each,
27-
#:example_group => { :file_path => %r{\bspec/plugins/commit_msg/} } do
28-
#subject.stub(:raw_commit_message).and_return(commit_msg.split("\n"))
29-
#end
3020
end

0 commit comments

Comments
 (0)