require 'spec_helper' RSpec.describe "capybara/rspec", type: :view do it "allows matchers to be used on strings" do expect(%{

Test header

}).to have_css("h1", text: "Test header") end end