Sha256: cd66a694cf9c0bca02fa5b8db5d1892e84d08de0a2a5d79611839ad319f915f9
Contents?: true
Size: 533 Bytes
Versions: 62
Compression:
Stored size: 533 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' require 'capybara/rspec' RSpec.configuration.before(:each, file_path: './spec/rspec/scenarios_spec.rb') do @in_filtered_hook = true end feature 'if fscenario aliases focused tag then' do fscenario 'scenario should have focused meta tag' do |example| # rubocop:disable RSpec/Focus expect(example.metadata[:focus]).to eq true end end feature 'if xscenario aliases to pending then' do xscenario "this test should be 'temporarily disabled with xscenario'" do end end
Version data entries
62 entries across 58 versions & 3 rubygems