search for: integrationexamplegroup

Displaying 1 result from an estimated 1 matches for "integrationexamplegroup".

2008 Jun 07
2
Rails integration tests without stories
...other specs, and I miss the :should syntax. Requiring spec/expectations and spec/matchers alleviated some of that, but test_names_end_up_being_unpleasantly_long_and_cumbersome. I haven''t yet looked at the test/unit interop support, but maybe that would be helpful here? I tried to make an IntegrationExampleGroup akin to the other rails example groups: module Spec::Rails::Example class IntegrationExampleGroup < ActionController::IntegrationTest Spec::Example::ExampleGroupFactory.register(:integration, self) end end describe ''GET /widgets'', :type => :integration do it &quot...