Displaying 1 result from an estimated 1 matches for "nested_".
Did you mean:
nested
2010 Sep 01
2
Undefined methods: has_selector? and flunk
...3.0 and rspec-rails
2.0.0.beta20. When I''m running my specs (rake spec) I get a large number
of errors caused by two undefined methods
undefined method `has_selector?'' for #<String:0x7fdbd0b5b270>
undefined method `flunk'' for
#<RSpec::Core::ExampleGroup::Nested_15::Nested_1::Nested_2::Nested_2:0x7fdbd0c48fe8>
I''ve seen the upgrade notice for beta20 and now include capybara
explicitly in the test group of my Gemfile. The version...