Sha256: ba638c34d8b7c98219129a5d6c4e3ab9c319c1bed89b41cb8485203d0da5f35d

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

require 'rspec/expectations'

#navigation

RSpec::Matchers.define :on_path do |expected|
  match do |page|
    page.current_path == expected
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 spec/support/custom_matchers.rb
guara-0.0.1.rc spec/support/custom_matchers.rb