Skip to content

Commit

Permalink
Use double quotes in the generated plugin test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Feb 23, 2017
1 parent 3763a83 commit a9bc477
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$: << File.expand_path(File.expand_path('../../test', __FILE__))
$: << File.expand_path(File.expand_path("../../test", __FILE__))

require 'bundler/setup'
require 'rails/plugin/test'
require "bundler/setup"
require "rails/plugin/test"

0 comments on commit a9bc477

Please sign in to comment.