Sha256: 1775fc055d0e1d0bb6dc47944aff4d94bfbb3c212ca2e0b21356337dc9ab8936
Contents?: true
Size: 367 Bytes
Versions: 6
Compression:
Stored size: 367 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe "capybara/rspec", type: :view do it "allows matchers to be used on strings" do expect(%(<h1>Test header</h1>)).to have_css("h1", text: "Test header") end it "doesn't include RSpecMatcherProxies" do expect(self.class.ancestors).not_to include(Capybara::RSpecMatcherProxies) end end
Version data entries
6 entries across 6 versions & 1 rubygems