Skip to content

Commit

Permalink
fix loquacious warnings in spec output
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 14, 2011
1 parent 021a4a0 commit 959998b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/tyrant_instance_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
end

it "#configuration" do
@instances['standalone'].configuration.should_not == nil
@instances['standalone'].configuration.nil?.should == false
end

it "#pid_file" do
Expand Down
2 changes: 1 addition & 1 deletion spec/tyrant_manager_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
end

it "#configuration" do
@mgr.configuration.should_not == nil
@mgr.configuration.nil?.should == false
end

it "has the location of the ttserver command" do
Expand Down

0 comments on commit 959998b

Please sign in to comment.