diff options
Diffstat (limited to 'test/support/celluloid_test.rb')
-rw-r--r-- | test/support/celluloid_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/support/celluloid_test.rb b/test/support/celluloid_test.rb index ddcfcbb..a00edff 100644 --- a/test/support/celluloid_test.rb +++ b/test/support/celluloid_test.rb @@ -1,5 +1,4 @@ class CelluloidTest < Minitest::Test - def setup super Celluloid.boot @@ -10,5 +9,4 @@ class CelluloidTest < Minitest::Test Celluloid.shutdown super end - end |