Sha256: d7766f6034c98b4ab36daa56f2a9c7faeac8ec86de814984589b8e606f8913ec
Contents?: true
Size: 566 Bytes
Versions: 41
Compression:
Stored size: 566 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 if RSpec::Core::Version::STRING.to_f >= 3.0 feature "if fscenario aliases focused tag then" do fscenario "scenario should have focused meta tag" do |example| expect(example.metadata[:focus]).to eq true end 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
41 entries across 37 versions & 4 rubygems