Does it matter that these are out of order on different rubies? cc @joemsak
This commit is contained in:
parent
0df8829a59
commit
e63bf074af
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module Refinery
|
||||||
end
|
end
|
||||||
|
|
||||||
it "should have the specified tags" do
|
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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue