Skip to content

Commit 370d063

Browse files
committed
Added spec for public methods. TODO: revrite public methods to private abbreviation
1 parent b29b3f4 commit 370d063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/gon/gon_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
Gon.clear
6868
lambda { Gon.all_variables = 123 }.should raise_error
6969
lambda { Gon.rabl = 123 }.should raise_error
70+
lambda { Gon.request = 123 }.should raise_error
7071
end
7172

7273
describe '.rabl' do

0 commit comments

Comments
 (0)