Re: [rspec-users] Future of RSpec Integration Testing

2010-04-30 Thread Steve Klabnik
Integration testing is also known as full-stack testing. Basically, you're not testing isolated parts of the system, but the system as a whole. Cucumber is integration testing. rspec with 'integrate_views' is integration testing. ___ rspec-users mailing

Re: [rspec-users] Future of RSpec Integration Testing

2010-04-30 Thread David Chelimsky
On Apr 30, 2010, at 9:36 AM, Steve Klabnik wrote: Integration testing is also known as full-stack testing. This is true in the Rails world but it is far from a universal truth. Before Rails came around, integration testing (testing the integration between two or more non-trivial components)

[rspec-users] Future of RSpec Integration Testing

2010-04-29 Thread James H
Greetings. My team at work is trying to decide between Cucumber and RSpec integration tests for all future integration-style testing. The team is divided on this, so I thought I'd approach the community to see what the future of RSpec integration tests are. I've heard a rumor that they're being

Re: [rspec-users] Future of RSpec Integration Testing

2010-04-29 Thread David Chelimsky
On Apr 29, 2010, at 12:48 PM, James H wrote: Greetings. My team at work is trying to decide between Cucumber and RSpec integration tests for all future integration-style testing. The team is divided on this, so I thought I'd approach the community to see what the future of RSpec

Re: [rspec-users] Future of RSpec Integration Testing

2010-04-29 Thread Matt Wynne
On 29 Apr 2010, at 18:48, James H wrote: Greetings. My team at work is trying to decide between Cucumber and RSpec integration tests for all future integration-style testing. The team is divided on this, so I thought I'd approach the community to see what the future of RSpec integration tests