spec/support/exit_code_matcher.rb in scaffolder-tools-0.1.2 vs spec/support/exit_code_matcher.rb in scaffolder-tools-0.1.3

- old
+ new

@@ -19,8 +19,8 @@ failure_message_for_should_not do |block| "expected block not to call exit(#{code})" end description do "expect block to call exit(#{code})" - end - end + end + end end