We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45ae64 commit 44101b9Copy full SHA for 44101b9
spec/spec_helper.rb
@@ -16,15 +16,5 @@
16
Dir[File.dirname(__FILE__) + '/support/**/*.rb'].each { |f| require f }
17
18
RSpec.configure do |config|
19
- #config.color_enabled = true
20
- #config.tty = true
21
- #config.formatter = :documentation
22
-
23
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
30
end
0 commit comments