We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee68523 commit 769202dCopy full SHA for 769202d
spec/gon/jbuilder_spec.rb
@@ -42,7 +42,7 @@
42
it 'should raise error if you use gon.jbuilder without requiring jbuilder gem' do
43
Gon.send(:remove_const, :Jbuilder)
44
45
- expect { Gon.jbuilder 'some_path' }.to raise_error(NameError)
+ expect { Gon.jbuilder 'some_path' }.to raise_error
46
load 'jbuilder.rb'
47
load 'gon/jbuilder.rb'
48
end
0 commit comments