Skip to content

Commit

Permalink
use factory_girl in development
Browse files Browse the repository at this point in the history
  • Loading branch information
joemsak committed Apr 22, 2011
1 parent 7746f86 commit 5e69fda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions refinerycms-blog.gemspec
Expand Up @@ -9,9 +9,10 @@ Gem::Specification.new do |s|
s.authors = ['Resolve Digital', 'Neoteric Design']
s.require_paths = %w(lib)

s.add_dependency 'refinerycms-core', '>= 0.9.9.1'
s.add_dependency 'filters_spam', '~> 0.2'
s.add_dependency 'acts-as-taggable-on'
s.add_dependency 'refinerycms-core', '>= 0.9.9.1'
s.add_dependency 'filters_spam', '~> 0.2'
s.add_dependency 'acts-as-taggable-on'
s.add_development_dependency 'factory_girl'

s.files = %w(
app
Expand Down

0 comments on commit 5e69fda

Please sign in to comment.