Skip to content

Commit 374863c

Browse files
author
Rafael Mendonça França
committed
Mimic the production behavior on tests and add CHANGELOG entry
1 parent 847c3cc commit 374863c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 2.1.3
2+
3+
* Correct NameError on Sprockets::Rails::VERSION.
4+
5+
It turns out `sprockets/railtie` gets required directly, without ever
6+
loading `sprockets/rails`.
7+
8+
*Matthew Draper*
9+
10+
111
### 2.1.2
212

313
* Fix the precompile checker to to use asset's logical path.

test/test_railtie.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def test_initialize
4040

4141
class TestRailtie < TestBoot
4242
def setup
43-
require 'sprockets/rails'
4443
require 'sprockets/railtie'
4544
super
4645
end

0 commit comments

Comments
 (0)