remove extra focus_ tag

This commit is contained in:
Thomas Walpole 2017-06-27 11:48:01 -07:00
parent 442c8d2977
commit 6f3a94683d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Capybara RSpec Matchers', :type => :feature, focus_: true do
RSpec.describe 'Capybara RSpec Matchers', :type => :feature do
context "after called on session" do
it "HaveSelector should allow getting a description of the matcher" do
visit('/with_html')