first spec
This commit is contained in:
9
spec/features/pages_spec.rb
Normal file
9
spec/features/pages_spec.rb
Normal file
@ -0,0 +1,9 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe "Pages" do
|
||||
|
||||
it "should render index" do
|
||||
visit_path "/"
|
||||
expect(page).to have_text("Gateway")
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user