Re: [rspec-users] new goodness, Capybara::RSpecMatchers in helper specs

2011-04-27 Thread David Chelimsky
On Apr 26, 2011, at 8:54 AM, juwalter wrote: > This > https://github.com/rspec/rspec-rails/commit/59793dcc349b64f4ebcf742606371001256c774d > is exciting news!! ("this adds capybara matchers to view and helper > specs") > > Now, if I just knew how to take advantage of it? Do I have to require > s

[rspec-users] new goodness, Capybara::RSpecMatchers in helper specs

2011-04-27 Thread juwalter
This https://github.com/rspec/rspec-rails/commit/59793dcc349b64f4ebcf742606371001256c774d is exciting news!! ("this adds capybara matchers to view and helper specs") Now, if I just knew how to take advantage of it? Do I have to require something else in spec_helper? I have already added included