Sha256: 0fa264311c312344d4d9fc45de97f392a57bc7463fc652544e735d4d41c78654

Contents?: true

Size: 273 Bytes

Versions: 9

Compression:

Stored size: 273 Bytes

Contents

require 'spec_helper'

describe 'Help' 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

9 entries across 9 versions & 1 rubygems

Version Path
togostanza-2.1.3 spec/features/help_spec.rb
togostanza-2.1.2 spec/features/help_spec.rb
togostanza-2.1.1 spec/features/help_spec.rb
togostanza-2.1.0 spec/features/help_spec.rb
togostanza-2.0.0 spec/features/help_spec.rb
togostanza-1.5.0 spec/features/help_spec.rb
togostanza-1.4.1 spec/features/help_spec.rb
togostanza-1.4.0 spec/features/help_spec.rb
togostanza-1.3.3 spec/features/help_spec.rb