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