test/unit/peddler/test_operation.rb in peddler-0.7.7 vs test/unit/peddler/test_operation.rb in peddler-0.7.8
- old
+ new
@@ -1,8 +1,8 @@
require 'helper'
require 'peddler/operation'
-class OperationTest < MiniTest::Test
+class PeddlerOperationTest < MiniTest::Test
def setup
@operation = Peddler::Operation.new('Foo')
end
def test_converts_key_to_structured_list