Sha256: fcf6ca5dc09f112cded6bc140db004bdf8bb5277799980ef9ad35f2c0349bed5
Contents?: true
Size: 268 Bytes
Versions: 8
Compression:
Stored size: 268 Bytes
Contents
# encoding: utf-8 require 'spec_helper' RSpec.describe 'setting configuration options' do it "contains 'selected' inside the breadcrumb markup" do visit posts_path within '#breadcrumbs' do expect(page).to have_selector('.selected') end end end
Version data entries
8 entries across 8 versions & 1 rubygems