Planned and executed phase001
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
CI.run do
|
||||
step "Setup", "bin/setup --skip-server"
|
||||
|
||||
step "Test: RSpec", "bundle exec rspec"
|
||||
|
||||
step "Style: Ruby", "bin/rubocop"
|
||||
|
||||
step "Security: Gem audit", "bin/bundler-audit"
|
||||
|
||||
+1
-2
@@ -9,6 +9,5 @@ Rails.application.routes.draw do
|
||||
# get "manifest" => "rails/pwa#manifest", as: :pwa_manifest
|
||||
# get "service-worker" => "rails/pwa#service_worker", as: :pwa_service_worker
|
||||
|
||||
# Defines the root path route ("/")
|
||||
# root "posts#index"
|
||||
root "home#index"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user