mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
remove extra focus_ tag
This commit is contained in:
parent
442c8d2977
commit
6f3a94683d
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue