Add dummy app, rspec helper files, and routing tests
This commit is contained in:
5
spec/dummy/config.ru
Normal file
5
spec/dummy/config.ru
Normal file
@@ -0,0 +1,5 @@
|
||||
# This file is used by Rack-based servers to start the application.
|
||||
|
||||
require_relative 'config/environment'
|
||||
|
||||
run Rails.application
|
||||
Reference in New Issue
Block a user