removed wisper tests files

This commit is contained in:
amartynov 2015-02-25 13:58:12 +03:00
parent 3c10c7f6c6
commit eed937af5f
2 changed files with 0 additions and 11 deletions

View File

@ -1,6 +0,0 @@
class TestSubscriber
def cancel_order_failed data
puts data
raise data
end
end

View File

@ -1,5 +0,0 @@
class TestSubscriber2
def cancel_order_failed data
puts data
end
end