Skip to content

Commit

Permalink
moved integration tests into features directory for compatibility wit…
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingzumwalt committed Dec 15, 2012
1 parent b833180 commit 1e166df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial.thor
Original file line number Diff line number Diff line change
Expand Up @@ -838,15 +838,15 @@ include Hydra::ModelMethods
gem_group :development, :test do
gem 'capybara'
end
run 'bundle install', :cature => true
run 'bundle install', :capture => true
run_git('Added capybara gem')
end

desc('write_integration_test: FIX', 'FIX')
def write_integration_test
say %Q{
Here's a quick integration test that proves deposit works.\n}, STATEMENT
copy_file 'integration_spec.rb', 'spec/integration/integration_spec.rb'
copy_file 'integration_spec.rb', 'spec/features/integration_spec.rb'
run_git('Added an integration test')
end

Expand Down

0 comments on commit 1e166df

Please sign in to comment.