Skip to content
Snippets Groups Projects
packages.rb 124 B
Newer Older
FactoryGirl.define do
  factory :package do
    name "MyString"
    version "MyString"
    repository "MyString"
  end

end