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 18, 2012
1 parent 28c56d6 commit a5920a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,8 @@ en:
install_capybara:
We also want to write integration tests to test the end-result that
a user may see. We'll add the capybara gem to do that.

Note: As of capybara 2.0, you need to put integration tests into the spec/features directory.

write_integration_test:
Here's a quick integration test that proves deposit works.
Expand Down
2 changes: 1 addition & 1 deletion tutorial.thor
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ include Hydra::Solr::Document
desc('write_integration_test: FIX', 'FIX')
def write_integration_test
say user_message, 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 a5920a0

Please sign in to comment.