summaryrefslogtreecommitdiff
path: root/test/unit/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/plugins')
-rw-r--r--test/unit/plugins/example.rb2
-rw-r--r--test/unit/plugins/user_defined/user_plugin.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/plugins/example.rb b/test/unit/plugins/example.rb
index e28dc7c..af1aeba 100644
--- a/test/unit/plugins/example.rb
+++ b/test/unit/plugins/example.rb
@@ -3,4 +3,4 @@ class Example < PluginScannerTest::Plugins::Plugin
register_for :example
title 'The Example'
-end \ No newline at end of file
+end
diff --git a/test/unit/plugins/user_defined/user_plugin.rb b/test/unit/plugins/user_defined/user_plugin.rb
index 61e5372..f47c934 100644
--- a/test/unit/plugins/user_defined/user_plugin.rb
+++ b/test/unit/plugins/user_defined/user_plugin.rb
@@ -2,4 +2,4 @@ class UserPlugin < PluginScannerTest::Plugins::Plugin
register_for :user_plugin
-end \ No newline at end of file
+end