File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Application < Rails::Application
16
16
# -- all .rb files in that directory are automatically loaded.
17
17
18
18
# Custom directories with classes and modules you want to be autoloadable.
19
- config . autoload_paths += %W( #{ config . root } /lib)
19
+ config . autoload_paths += %W( #{ config . root } /lib #{ config . root } /app/models/concerns )
20
20
21
21
# Only load the plugins named here, in the order given (default is alphabetical).
22
22
# :all can be used as a placeholder for all plugins not explicitly named.
Original file line number Diff line number Diff line change 1
1
require 'spec_helper'
2
2
3
- describe Issue , "IssueCommonality " do
3
+ describe Issue , "Issuable " do
4
4
let ( :issue ) { create ( :issue ) }
5
5
6
6
describe "Associations" do
You can’t perform that action at this time.
0 commit comments