Initial commit
This commit is contained in:
9
spec/requests/root_spec.rb
Normal file
9
spec/requests/root_spec.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe "Root", type: :request do
|
||||
it "is successful" do
|
||||
get "/"
|
||||
|
||||
expect(last_response).to be_successful
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user