Skip to content

Commit

Permalink
fix failing test after sort was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ripienaar committed Oct 18, 2011
1 parent 15fb3bd commit 0a53e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/backend_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ class Hiera

describe "#resolve_answer" do
it "should correctly parse array data" do
Backend.resolve_answer(["foo", ["foo", "foo"], "bar"], :array).should == ["bar", "foo"]
Backend.resolve_answer(["foo", ["foo", "foo"], "bar"], :array).should == ["foo", "bar"]
end

it "should just return the answer for non array data" do
Expand Down

0 comments on commit 0a53e96

Please sign in to comment.