vfonic/solidify

View on GitHub
lib/solidify/testing_support/factories/themes.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Solidify
  FactoryGirl.define do
    factory :theme, class: Theme do
      name 'MyString'
    end
  end
end