File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ matrix:
58
58
- rvm : 2.2.2
59
59
env : RAILS_VERSION=master
60
60
- rvm : 2.2.2
61
- env : RAILS_VERSION=5.0.0
61
+ env : RAILS_VERSION=5-0-stable
62
62
- rvm : 2.3.1
63
63
env : RAILS_VERSION=master
64
64
- rvm : 2.3.1
65
- env : RAILS_VERSION=5.0.0
65
+ env : RAILS_VERSION=5-0-stable
66
66
exclude :
67
67
# 3.0.x is not supported on MRI 2.0+
68
68
- rvm : 2.0.0
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ module Rails
8
8
class Railtie < ::Rails ::Railtie
9
9
# As of Rails 5.1.0 you can register directories to work with `rake notes`
10
10
if ::Rails ::VERSION ::STRING >= '5.1'
11
+ require 'rails/source_annotation_extractor'
11
12
SourceAnnotationExtractor ::Annotation . register_directories ( "spec" )
12
13
end
13
14
# Rails-3.0.1 requires config.app_generators instead of 3.0.0's config.generators
You can’t perform that action at this time.
0 commit comments