Fix the build
This commit is contained in:
parent
3ef65fffb8
commit
2e5413437d
|
@ -33,6 +33,7 @@ test("first", function(){
|
||||||
});
|
});
|
||||||
|
|
||||||
<%
|
<%
|
||||||
|
|
||||||
def mdtest_suite
|
def mdtest_suite
|
||||||
result = ""
|
result = ""
|
||||||
Dir.glob("#{Rails.root}/test/javascripts/mdtest/fixtures/*.text").each do |f|
|
Dir.glob("#{Rails.root}/test/javascripts/mdtest/fixtures/*.text").each do |f|
|
||||||
|
@ -49,4 +50,4 @@ test("first", function(){
|
||||||
|
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<%= mdtest_suite %>
|
<%= mdtest_suite %>
|
||||||
|
|
Loading…
Reference in New Issue