mirror of
https://github.com/discourse/discourse.git
synced 2026-08-11 13:35:20 -05:00
DEV: Remove the transpilation message (#23998)
This commit is contained in:
@@ -8,10 +8,9 @@ RSpec.describe "assets:precompile" do
|
||||
|
||||
describe "assets:precompile:theme_transpiler" do
|
||||
it "compiles the js processor" do
|
||||
out = capture_stdout { Rake::Task["assets:precompile:theme_transpiler"].invoke }
|
||||
path = Rake::Task["assets:precompile:theme_transpiler"].actions.first.call
|
||||
|
||||
expect(out).to match(%r{Compiled theme-transpiler: tmp/theme-transpiler})
|
||||
path = out.match(/: (.+)/)[1]
|
||||
expect(path).to match(%r{tmp/theme-transpiler})
|
||||
expect(File.exist?(path)).to eq(true)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user