Namespace
Methods
S
T
Included Modules
Instance Public methods
setup()
# File railties/test/railties/plugin_test.rb, line 9
def setup
  build_app

  @plugin = plugin "bukkits", "::LEVEL = config.log_level" do |plugin|
    plugin.write "lib/bukkits.rb", "class Bukkits; end"
    plugin.write "lib/another.rb", "class Another; end"
  end
end
teardown()
# File railties/test/railties/plugin_test.rb, line 18
def teardown
  teardown_app
end