summaryrefslogtreecommitdiff
path: root/spec/support/integration_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/support/integration_helper.rb')
-rw-r--r--spec/support/integration_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/integration_helper.rb b/spec/support/integration_helper.rb
index ce61b3f1..6391b34f 100644
--- a/spec/support/integration_helper.rb
+++ b/spec/support/integration_helper.rb
@@ -18,7 +18,7 @@ module IntegrationSupport
end
end
- def with_plugin(plugin_path, contents)
+ def with_plugin(plugin_path, contents) #
filename = path_to(plugin_path)
dir = File.dirname(filename)
FileUtils.mkdir_p(dir) unless dir == "."