提交 84672b0c 编写于 作者: S Sasha Gerrand

Added test to check that the vendor/assets/javascripts directory is created

上级 43c01ef8
......@@ -203,6 +203,11 @@ def test_creation_of_a_test_directory
assert_file 'test'
end
def test_creation_of_vendor_assets_javascripts_directory
run_generator
assert_file "vendor/assets/javascripts"
end
def test_jquery_is_the_default_javascript_library
run_generator
assert_file "app/assets/javascripts/application.js" do |contents|
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册