Sha256: 4f5f53b5ccad77103f5ebd8c9693ce94cd4ec58eef709dea891ffffeaa5381d9

Contents?: true

Size: 313 Bytes

Versions: 32

Compression:

Stored size: 313 Bytes

Contents

require 'test_helper'

class PagesTest < ActionDispatch::IntegrationTest

  test "should have about page" do
    visit lentil.pages_about_path
    assert page.has_content?('About')
    assert page.has_content?('Create the file app/views/lentil/pages/about.html.erb and fill it with whatever you want.')
  end

end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
lentil-1.0.5 test/integration/lentil/pages_test.rb
lentil-1.0.4 test/integration/lentil/pages_test.rb
lentil-1.0.3 test/integration/lentil/pages_test.rb
lentil-1.0.2 test/integration/lentil/pages_test.rb
lentil-1.0.1 test/integration/lentil/pages_test.rb
lentil-1.0.0 test/integration/lentil/pages_test.rb
lentil-0.9.1 test/integration/lentil/pages_test.rb
lentil-0.9.0 test/integration/lentil/pages_test.rb
lentil-0.8.0 test/integration/lentil/pages_test.rb
lentil-0.7.1 test/integration/lentil/pages_test.rb
lentil-0.6.0 test/integration/lentil/pages_test.rb
lentil-0.5.2 test/integration/lentil/pages_test.rb
lentil-0.5.1 test/integration/lentil/pages_test.rb
lentil-0.5.0 test/integration/lentil/pages_test.rb
lentil-0.4.2 test/integration/lentil/pages_test.rb
lentil-0.4.0 test/integration/lentil/pages_test.rb
lentil-0.3.1 test/integration/lentil/pages_test.rb
lentil-0.3.0 test/integration/lentil/pages_test.rb
lentil-0.2.3 test/integration/lentil/pages_test.rb
lentil-0.2.2 test/integration/lentil/pages_test.rb