You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This matches the name of the actual tool. While other tools we
incorporate use lowercase for acronyms (e.g. `Jscs`), in this case it
seems appropriate to stick with the name of the tool as it isn't an
acronym.
1) Overcommit::Hook::PrePush::Rspec when rspec exits unsuccessfully with a runtime error should fail
58
+
1) Overcommit::Hook::PrePush::RSpec when rspec exits unsuccessfully with a runtime error should fail
59
59
Failure/Error: it { should fail_hook }
60
60
expected that the hook would fail
61
61
# ./spec/overcommit/hook/pre_push/rspec_spec.rb:45:in `block (4 levels) in <top (required)>'
62
62
63
-
2) Overcommit::Hook::PrePush::Rspec when rspec exits unsuccessfully with a test failure should fail
63
+
2) Overcommit::Hook::PrePush::RSpec when rspec exits unsuccessfully with a test failure should fail
64
64
Failure/Error: it { should fail_hook }
65
65
expected that the hook would fail
66
66
# ./spec/overcommit/hook/pre_push/rspec_spec.rb:57:in `block (4 levels) in <top (required)>'
@@ -70,8 +70,8 @@
70
70
71
71
Failed examples:
72
72
73
-
rspec ./spec/overcommit/hook/pre_push/rspec_spec.rb:45 # Overcommit::Hook::PrePush::Rspec when rspec exits unsuccessfully with a runtime error should fail
74
-
rspec ./spec/overcommit/hook/pre_push/rspec_spec.rb:57 # Overcommit::Hook::PrePush::Rspec when rspec exits unsuccessfully with a test failure should fail
73
+
rspec ./spec/overcommit/hook/pre_push/rspec_spec.rb:45 # Overcommit::Hook::PrePush::RSpec when rspec exits unsuccessfully with a runtime error should fail
74
+
rspec ./spec/overcommit/hook/pre_push/rspec_spec.rb:57 # Overcommit::Hook::PrePush::RSpec when rspec exits unsuccessfully with a test failure should fail
0 commit comments