Feature #2272
Add Capybara integration testing
Description
to help catch errors when refactoring for 3.2
Associated revisions
Fixes #2272 - added Capybara integration tests, but without javascripts tests
fixes #2272 continuation - NameError: undefined local variable or method postgresql_version for ConnectionAdapters::SQLite3Adapter
History
#1
Updated by Joseph Magen about 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 444636008e799264ee72fd9023cd2068ea2e8e54.
#2
Updated by Dominic Cleal over 9 years ago
- Status changed from Closed to Ready For Testing
- Target version changed from 1.2.0 to 1.3.0
- % Done changed from 100 to 50
The first commit only put in the framework, so now this adds in the tests themselves:
#3
Updated by Joseph Magen over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 50 to 100
Applied in changeset c0005dcd68dbc041861fcdbfb996b9a9e2f6bbf5.
fixes #2272 setup capybara and spork and modified test_helper for future integration testing