FactoryGirl.define do
  factory :stylesheet do
    contents "MyString"
  end

end