Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Jan 21, 2024
1 parent c8d0d3e commit 2083f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/dummy/spec/rake/assets_precompile_rake_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require "rake"
require "fileutils"

require "rails_helper"

Expand All @@ -16,7 +15,10 @@
end

expect do
system "bundle install && yarn install && yarn run build:test"
Rake::Task["assets:precompile"].execute
end.not_to output(/Consider using `rake shakapacker:clean`/).to_stdout

Rake::Task.clear
end
end

0 comments on commit 2083f06

Please sign in to comment.