@@ -67,7 +67,7 class LayoutTest < ActionController::IntegrationTest | |||||
67 |
|
67 | |||
68 | get '/projects/ecookbook/issues/new' |
|
68 | get '/projects/ecookbook/issues/new' | |
69 | assert_tag :script, |
|
69 | assert_tag :script, | |
70 | :attributes => {:src => %r{^/javascripts/jstoolbar/textile.js}}, |
|
70 | :attributes => {:src => %r{^/javascripts/jstoolbar/jstoolbar-textile.min.js}}, | |
71 | :parent => {:tag => 'head'} |
|
71 | :parent => {:tag => 'head'} | |
72 | end |
|
72 | end | |
73 |
|
73 |
General Comments 0
You need to be logged in to leave comments.
Login now