Skip to content

Commit

Permalink
fix test as we change exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 16, 2015
1 parent 47932a6 commit d872650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/general/test/popup_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

it "raises exception when the block parameter is missing" do
# no block passed
expect { Popup.Feedback("Label", "Message") }.to raise_error(LocalJumpError)
expect { Popup.Feedback("Label", "Message") }.to raise_error
end
end
end

0 comments on commit d872650

Please sign in to comment.