Does it matter that these are out of order on different rubies? cc @joemsak

This commit is contained in:
Philip Arndt 2012-02-02 23:16:28 +13:00
parent 0df8829a59
commit e63bf074af

View file

@ -77,7 +77,7 @@ module Refinery
end
it "should have the specified tags" do
subject.class.last.tag_list.should eq(@tag_list.split(', '))
subject.class.last.tag_list.sort.should eq(@tag_list.split(', ').sort)
end
end
end