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-0.2.1 test/integration/lentil/pages_test.rb
lentil-0.2.0 test/integration/lentil/pages_test.rb
lentil-0.1.8 test/integration/lentil/pages_test.rb
lentil-0.1.7 test/integration/lentil/pages_test.rb
lentil-0.1.6 test/integration/lentil/pages_test.rb
lentil-0.1.3 test/integration/lentil/pages_test.rb
lentil-0.1.2 test/integration/lentil/pages_test.rb
lentil-0.1.1 test/integration/lentil/pages_test.rb
lentil-0.1.0 test/integration/lentil/pages_test.rb
lentil-0.0.3.pre test/integration/lentil/pages_test.rb
lentil-0.0.2.pre test/integration/lentil/pages_test.rb
lentil-0.0.1.pre test/integration/lentil/pages_test.rb