Skip to content

Commit

Permalink
Add bin/test_app executable for Rails debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Oct 3, 2020
1 parent 70456f5 commit adf1313
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/test_app
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env ruby
APP_PATH = File.expand_path('../spec/test_app/config/application', __dir__)
require_relative '../spec/test_app/config/boot'
require 'rails/commands'

0 comments on commit adf1313

Please sign in to comment.