Skip to content

Commit

Permalink
wonder if this works on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Nov 29, 2012
1 parent 2dcfaac commit ed6e960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/unit/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Neography
describe Config do

subject(:config)
subject{Config.new}

context "defaults" do

Expand Down 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 ed6e960

Please sign in to comment.