Monthly Archives: August 2007

Chained Selenium RSpec examples

From the RSpec documentation: It is very tempting to use before(:all) and after(:all) for situations in which it is not appropriate. before(:all) shares some (not all) state across multiple examples. This means that the examples become bound together, which is … Continue reading

Posted in Rails, Testing | 7 Comments