提交 dc3f33eb 编写于 作者: R Rahul Chaudhari

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

上级 f6c93495
......@@ -208,6 +208,11 @@ def test_creation_of_vendor_assets_javascripts_directory
assert_file "vendor/assets/javascripts"
end
def test_creation_of_vendor_assets_stylesheets_directory
run_generator
assert_file "vendor/assets/stylesheets"
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.
先完成此消息的编辑!
想要评论请 注册