Fix the environment.rb file path in the benchmark generator template

This commit is contained in:
Narendra Rajput 2020-02-03 17:36:56 +05:30
parent 018a88cff1
commit f8059d2383
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# frozen_string_literal: true
require_relative "../config/environment"
require_relative "../../config/environment"
# Any benchmarking setup goes here...

View File

@ -23,7 +23,7 @@ module Rails
assert_equal <<~RUBY, content
# frozen_string_literal: true
require_relative "../config/environment"
require_relative "../../config/environment"
# Any benchmarking setup goes here...
@ -56,7 +56,7 @@ module Rails
assert_equal <<~RUBY, content
# frozen_string_literal: true
require_relative "../config/environment"
require_relative "../../config/environment"
# Any benchmarking setup goes here...