Loading spec/class_spec.rb +2 −2 Original line number Diff line number Diff line Loading @@ -73,12 +73,12 @@ describe JsDuck::Class do :singleton => true, :members => { :method => [ {:name => "sing", :owner => "Singleton"}, {:name => "sing", :owner => "Singleton", :files => [{}]}, ] }, :statics => { :method => [ {:name => "singStat", :owner => "Singleton"}, {:name => "singStat", :owner => "Singleton", :files => [{}]}, ] } }); Loading Loading
spec/class_spec.rb +2 −2 Original line number Diff line number Diff line Loading @@ -73,12 +73,12 @@ describe JsDuck::Class do :singleton => true, :members => { :method => [ {:name => "sing", :owner => "Singleton"}, {:name => "sing", :owner => "Singleton", :files => [{}]}, ] }, :statics => { :method => [ {:name => "singStat", :owner => "Singleton"}, {:name => "singStat", :owner => "Singleton", :files => [{}]}, ] } }); Loading