Skip to content

Commit 1b26227

Browse files
committed
WIP
1 parent b0bab85 commit 1b26227

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ gem 'actionpack', github: 'rails/rails', branch: 'master'
66
gem 'railties', github: 'rails/rails', branch: 'master'
77
gem 'rack', github: 'rack/rack', branch: 'master'
88
gem 'sprockets', github: 'rails/sprockets', branch: '3.x'
9+
gem "byebug"

test/test_railtie.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ def test_task_precompile
345345
silence_stderr do
346346
Rake.application['assets:precompile'].execute
347347
end
348+
puts Dir["#{app.assets_manifest.dir}/**"]
348349
assert File.exist?(foo_path)
349350
assert_includes(File.read(url_css_path), "/assets/logo-03bb170d74e34a9d3ab9157113c6ab68d2eb4a61a1a7ec5f77e45bc55d9e168e.png")
350351

0 commit comments

Comments
 (0)