Skip to content

Commit

Permalink
Merge pull request #89 from alcesleo/patch-1
Browse files Browse the repository at this point in the history
Update miniskirt dependency to minifacture
  • Loading branch information
David Celis committed Apr 6, 2014
2 parents b8389fc + a50cf94 commit 4a10c9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recommendable.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EOF
s.add_dependency 'hooks', '>= 0.2.1'

s.add_development_dependency 'minitest', '~> 4.2'
s.add_development_dependency 'miniskirt'
s.add_development_dependency 'minifacture'
s.add_development_dependency 'yard'
s.add_development_dependency 'rails', '>= 3.1.0'
s.add_development_dependency 'database_cleaner'
Expand Down
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

require 'database_cleaner'

require 'miniskirt'
require 'minifacture'
require 'factories'

require 'recommendable'
Expand Down

0 comments on commit 4a10c9c

Please sign in to comment.