initial commit hanami
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe "Root", type: :request do
|
||||
it "is not found" do
|
||||
get "/"
|
||||
|
||||
# Generate new action via:
|
||||
# `bundle exec hanami generate action home.index --url=/`
|
||||
expect(last_response.status).to be(404)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user