diff --git a/spec/unit/config_spec.rb b/spec/unit/config_spec.rb index 4d8e99e..3aca58f 100644 --- a/spec/unit/config_spec.rb +++ b/spec/unit/config_spec.rb @@ -37,7 +37,7 @@ module Neography :password => nil, :parser => { :parser => MultiJsonParser } } - config.to_hash.should == expected_hash + subject.to_hash.should == expected_hash end end