提交 22a94d9a 编写于 作者: J John Meehan

Fix test to try `spec/` directory as opposed to `app/spec` which I had

accidently set it to.

Made the change and test still passes.
上级 80abee66
......@@ -127,8 +127,8 @@ def teardown
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|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册