aboutsummaryrefslogtreecommitdiff
path: root/test/factories/foreman_params_tab_factories.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/factories/foreman_params_tab_factories.rb
Initial commitHEADmaster
Diffstat (limited to 'test/factories/foreman_params_tab_factories.rb')
-rw-r--r--test/factories/foreman_params_tab_factories.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/factories/foreman_params_tab_factories.rb b/test/factories/foreman_params_tab_factories.rb
new file mode 100644
index 0000000..beaac0d
--- /dev/null
+++ b/test/factories/foreman_params_tab_factories.rb
@@ -0,0 +1,5 @@
+FactoryGirl.define do
+ factory :host do
+ name 'foreman_params_tab'
+ end
+end