Like assert_equal but test that expected and actual sets are equal
# File vendor/plugins/ubiquo_core/lib/ubiquo/extensions/test_case.rb, line 12
12: def assert_equal_set(expected, actual, *args)
13: assert_equal(expected.to_set, actual.to_set, *args)
14: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.