Sha256: 545ec034ccaebac60be67066774082eb7d632bf6f60476895a924fd9f67a4ed4

Contents?: true

Size: 94 Bytes

Versions: 13

Compression:

Stored size: 94 Bytes

Contents

RSpec::Matchers.define :have_selector do |selector|
  match { |dom| dom.at_css selector }
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
roadie-rails-1.2.0 spec/support/have_selector_matcher.rb
roadie-rails-1.1.1 spec/support/have_selector_matcher.rb
roadie-rails-1.1.0 spec/support/have_selector_matcher.rb
roadie-rails-1.1.0.rc2 spec/support/have_selector_matcher.rb
roadie-rails-1.1.0.rc1 spec/support/have_selector_matcher.rb
roadie-rails-1.0.6 spec/support/have_selector_matcher.rb
roadie-rails-1.0.5 spec/support/have_selector_matcher.rb
roadie-rails-1.0.4 spec/support/have_selector_matcher.rb
roadie-rails-1.0.3 spec/support/have_selector_matcher.rb
roadie-rails-1.0.2 spec/support/have_selector_matcher.rb
roadie-rails-1.0.1 spec/support/have_selector_matcher.rb
roadie-rails-1.0.0 spec/support/have_selector_matcher.rb
roadie-rails-1.0.0.pre1 spec/support/have_selector_matcher.rb