aboutsummaryrefslogtreecommitdiff
path: root/test/unit/foreman_params_tab_test.rb
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-08-10 20:30:42 +0200
committerGuido Günther <agx@sigxcpu.org>2016-08-10 20:41:05 +0200
commit74e39b8ffaeea5ff360e7290a0a90e4e967e46fc (patch)
tree572168a3e007bb95731689d0fbaa709d368b101f /test/unit/foreman_params_tab_test.rb
Initial commitHEADmaster
Diffstat (limited to 'test/unit/foreman_params_tab_test.rb')
-rw-r--r--test/unit/foreman_params_tab_test.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/unit/foreman_params_tab_test.rb b/test/unit/foreman_params_tab_test.rb
new file mode 100644
index 0000000..9217cb9
--- /dev/null
+++ b/test/unit/foreman_params_tab_test.rb
@@ -0,0 +1,11 @@
+require 'test_plugin_helper'
+
+class ForemanParamsTabTest < ActiveSupport::TestCase
+ setup do
+ User.current = User.find_by_login 'admin'
+ end
+
+ test 'the truth' do
+ assert true
+ end
+end