first spec

This commit is contained in:
2022-03-31 15:53:39 +03:00
parent 9d9314317f
commit 0297c57361
17 changed files with 221 additions and 29 deletions

View 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