Sha256: 617d3916d3606b08cd4128d28e9ee208a4a4489b7bf848bd6249d7b2a4bac4b8

Contents?: true

Size: 316 Bytes

Versions: 3

Compression:

Stored size: 316 Bytes

Contents

require 'spec_helper'

describe 'setting configuration options' do

  context 'setting default css style for current crumb' do
    it "contains 'selected' inside the breadcrumb markup" do
      visit root_path
      within '#breadcrumbs' do
        page.should have_selector('.selected')
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
loaf-0.3.0 spec/integration/configuration_spec.rb
loaf-0.2.1 spec/integration/configuration_spec.rb
loaf-0.2.0 spec/integration/configuration_spec.rb