Skip to content

Commit

Permalink
proper environment setup to replicate errors on travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Sep 1, 2012
1 parent 3e00cfb commit ad5b173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions corner_stones.gemspec
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|


# specify any dependencies here; for example: # specify any dependencies here; for example:
s.add_development_dependency "rake" s.add_development_dependency "rake"
s.add_development_dependency "minitest", '~> 3.3.0'
s.add_runtime_dependency "capybara" s.add_runtime_dependency "capybara"


end end
2 changes: 2 additions & 0 deletions spec/integration/spec_helper.rb
@@ -1,3 +1,5 @@
require "bundler/setup"

require 'minitest/spec' require 'minitest/spec'
require 'minitest/autorun' require 'minitest/autorun'


Expand Down

0 comments on commit ad5b173

Please sign in to comment.