Skip to content

Commit

Permalink
Update RelatedFiles.sublime-settings
Browse files Browse the repository at this point in the history
Adds config/routes.rb
  • Loading branch information
fabiokr committed Jan 17, 2013
1 parent 6e0c220 commit 0374725
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions RelatedFiles.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
[
"app/views/$1/**",
"app/helpers/$1_helper.rb",
"config/routes.rb",
"spec/requests/$1_spec.rb",
"spec/routing/$1_routing_spec.rb"
],
Expand All @@ -28,6 +29,7 @@
[
"app/views/$1/**",
"app/controllers/$1_controller.rb",
"config/routes.rb",
"spec/requests/$1_spec.rb"
],

Expand All @@ -37,6 +39,7 @@
"app/views/$1/**",
"app/controllers/$1_controller.rb",
"app/helpers/$1_helper.rb",
"config/routes.rb",
"spec/controllers/$1_spec.rb",
"spec/requests/$1_spec.rb"
],
Expand All @@ -52,15 +55,17 @@
[
"app/controllers/$1_controller.rb",
"app/helpers/$1_helper.rb",
"app/views/$1/**"
"app/views/$1/**",
"config/routes.rb"
],

// Rails request specs
".+/spec/requests/(.+)_spec.rb":
[
"app/controllers/$1_controller.rb",
"app/helpers/$1_helper.rb",
"app/views/$1/**"
"app/views/$1/**",
"config/routes.rb"
]
}
}
}

0 comments on commit 0374725

Please sign in to comment.