aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/application')
-rw-r--r--railties/test/application/rake/notes_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/test/application/rake/notes_test.rb b/railties/test/application/rake/notes_test.rb
index a6caf007cd..a94e302099 100644
--- a/railties/test/application/rake/notes_test.rb
+++ b/railties/test/application/rake/notes_test.rb
@@ -127,8 +127,8 @@ module ApplicationTests
end
test 'register additional directories' do
- app_file "app/spec/spec_helper.rb", "# TODO: note in spec"
- app_file "app/spec/models/user_spec.rb", "# TODO: note in model spec"
+ app_file "spec/spec_helper.rb", "# TODO: note in spec"
+ app_file "spec/models/user_spec.rb", "# TODO: note in model spec"
add_to_config %q{ config.annotations.register_directories("spec") }
run_rake_notes do |output, lines|