diff options
Diffstat (limited to 'test/factories/gs_parameters.rb')
-rw-r--r-- | test/factories/gs_parameters.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/factories/gs_parameters.rb b/test/factories/gs_parameters.rb deleted file mode 100644 index cc588e1..0000000 --- a/test/factories/gs_parameters.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Read about factories at https://github.com/thoughtbot/factory_girl - -FactoryGirl.define do - factory :gs_parameter do - name "MyString" - section "MyString" - value "MyString" - class_type "MyString" - end -end |