Skip to content

Commit

Permalink
mail and capybara are runtime dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ngauthier committed Nov 6, 2012
1 parent 52116b0 commit 930d649
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capybara-email.gemspec
Expand Up @@ -14,7 +14,8 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']
gem.version = Capybara::Email::VERSION

gem.add_development_dependency 'mail'
gem.add_dependency 'mail'
gem.add_dependency 'capybara'
gem.add_development_dependency 'actionmailer'
gem.add_development_dependency 'capybara', '2.0.0.beta2'
gem.add_development_dependency 'bourne'
Expand Down
2 changes: 2 additions & 0 deletions lib/capybara-email.rb
@@ -1,3 +1,5 @@
require 'capybara'
require 'mail'
module Capybara
autoload :Email, 'capybara/email'
end

0 comments on commit 930d649

Please sign in to comment.