Skip to content

Commit

Permalink
config should be subject
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 29, 2012
1 parent a9687eb commit 3263919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3263919

Please sign in to comment.