0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added have_failed spec matcher More... over 14 years ago
added test for deleting all cookies associated with the root of the web app, instead of just the session key More... almost 15 years ago
added TODO to make browser reset for cookie-based sessions optional More... almost 15 years ago
added support for initializing browser session for cookie-based sessions so that browser does not need to be restarted between tests for session isolation More... almost 15 years ago
got selenium test working, changed 'default' task to not run selenium, added 'spec:all' More... almost 15 years ago
started adding support for selenium tests, unfortunately I ran into issues with firefox on snow leopard, so i'll have to test on linux for now More... almost 15 years ago
split tests into 'core', 'rails', and 'selenium' so that they can be run in separate runtimes More... almost 15 years ago
removed generated rails app and unnecessary rails libs, generally cleaned up rails lib dependencies More... almost 15 years ago
moved rails-specific tests/logic out of main logic loading More... almost 15 years ago
added test to verify that normal example group instance methods can be invoked as scenario statements More... almost 15 years ago
ripped out the strict mode stuff, i don't think it's necessary More... almost 15 years ago
preparing to add strict mode checking for scenario statement invocation without scenario method More... almost 15 years ago
added tests to cover 'strict' mode for order of calling given/when/then, and grouped the 'strict' mode tests together More... almost 15 years ago
grouped rake tasks into separate files More... almost 15 years ago
added order checking in 'strict' mode for 'Given', and probably others as well, although those don't have tests yet More... almost 15 years ago
added message for exception on 'And' ordering More... almost 15 years ago
- added configuration extension for scenarios - added 'strict' configuration to help enforce consistently-formatted scenarios - added strict-mode enforcement of 'And' scenario method call order More... almost 15 years ago
localized some code More... almost 15 years ago
added test to cover shared state between module that handles scenario method invocation and module that handles scenario statements More... almost 15 years ago
added support for 'And' as a scenario method More... almost 15 years ago
re-enabled test to support rspec type registration, renamed some things to be more specific More... almost 15 years ago
Merge branch 'master' of [email protected]:ryankinderman/rspec_integration_testing More... almost 15 years ago
added example for RSpec 'should' issue, not fully baked yet More... almost 15 years ago
Merge branch 'master' of [email protected]:ryankinderman/rspec_integration_testing More... almost 15 years ago
moved RSpec method_missing interop patch from specs to lib for use outside the examples, and removed dependency on the RSpec IntegrationExampleGroup, since it isn't available in the latest stable branch More... almost 15 years ago
added support for nested DSL statements, updated gemspec to include changes over past weeks More... almost 15 years ago
moved dependency on rspec-rails from spec to lib, renamed spec/rails.rb so it doesn't conflict with the rspec-rails dependency check More... almost 15 years ago
adding empty vendor directory More... almost 15 years ago
some minor reorgnization and cleanup More... almost 15 years ago
woops, forgot .gitignore More... almost 15 years ago