You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fixturebot.gemspec
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ Gem::Specification.new do |spec|
8
8
spec.authors=["Brad Gessler"]
9
9
spec.email=["bradgessler@gmail.com"]
10
10
11
-
spec.summary="TODO: Write a short summary, because RubyGems requires one."
12
-
spec.description="TODO: Write a longer description or delete this line."
13
-
spec.homepage="TODO: Put your gem's website or public repo URL here."
11
+
spec.summary="Define Rails fixtures with a Ruby DSL instead of writing YAML by hand"
12
+
spec.description="FixtureBot gives you a Ruby DSL that feels like FactoryBot, backed by the speed of Rails fixtures. Define your test data in Ruby and generate standard YAML fixture files."
0 commit comments