test/fixtures/resources/fake_plugin.rb in fairchild-poolparty-1.3.5 vs test/fixtures/resources/fake_plugin.rb in fairchild-poolparty-1.3.17

- old
+ new

@@ -5,13 +5,18 @@ def self.has_method_name "fake_plugin" end + def name + "fake_plugin" + end + def after_loaded has_file "/etc/my_configs/special_config" do requires get_directory("/etc/my_configs") end + has_directory("/etc/my_configs") end end end \ No newline at end of file