Skip to content

Commit

Permalink
Fix require rails_helper
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 21, 2024
1 parent d4c8758 commit 5c36231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/spec/rake/assets_precompile_rake_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require "rake"
require "fileutils"

require_relative "../rails_helper"
require "rails_helper"

describe "rake assets:precompile task" do
it "doesn't show deprecation message for using webpacker:clean task" do
Expand Down

0 comments on commit 5c36231

Please sign in to comment.