Sha256: 59d2896ae1ed23110e775b9bcb31c09dadff89bc8261d9228aa0b2a2bab229df

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

require 'spec_helper'

describe 'Help', type: :feature do
  it 'should display FooStanza help' do
    visit '/foo/help'
    page.should have_css('h1', text: 'Foo')
  end

  it 'should display BarStanza help' do
    visit '/bar/help'
    page.should have_text('Work in progress')
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
togostanza-2.2.2 spec/features/help_spec.rb
togostanza-2.2.1 spec/features/help_spec.rb
togostanza-2.2.0 spec/features/help_spec.rb