Sha256: 76ad25d8ca318078f2671b2c2b589c063f267a41d826619b87c1ac4473aaae5c

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

require "#{::File.dirname(__FILE__)}/../../test_helper"

class PluginClass
  plugin :box do
  end
end

class TestPlugins < Test::Unit::TestCase
  context "services" do
    setup do
      reset!
      @tbc = TestBaseClass.new do
        box do
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
auser-poolparty-1.2.3 test/poolparty/poolparty/plugin_test.rb
auser-poolparty-1.2.4 test/poolparty/poolparty/plugin_test.rb
auser-poolparty-1.2.7 test/poolparty/poolparty/plugin_test.rb
auser-poolparty-1.2.8 test/poolparty/poolparty/plugin_test.rb