Skip to content

Commit

Permalink
test not dependent on order
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Sun committed Jun 7, 2011
1 parent e88484e commit a016a3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/member_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def test_profile_fields
:file_a => [:foo],
:file_b => [:bar]
}
assert_equal [:file_a, :file_b], SunDawg::Responsys::Member.extension_fields.keys
[:file_a, :file_b].each do |i|
SunDawg::Responsys::Member.extension_fields.keys.include?(i)
end
end
end

0 comments on commit a016a3c

Please sign in to comment.