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