Sha256: f82f61203196870b934499c400084614fe73ff8722832de8d80de15af212a5c3
Contents?: true
Size: 503 Bytes
Versions: 6
Compression:
Stored size: 503 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| 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
6 entries across 6 versions & 1 rubygems