Skip to content

Commit 883de73

Browse files
committed
Use generic Exception to make tests pass consistently.
1 parent 9211488 commit 883de73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/yaml_helper_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ module Pod
145145
end
146146

147147
it "raises another error when it encounters an error that is not a merge conflict" do
148-
should.raise do
148+
should.raise Exception do
149149
YAMLHelper.load(bad_yaml)
150150
end
151151
end

0 commit comments

Comments
 (0)