Test fix WIP
This commit is contained in:
parent
ddc4a3cabc
commit
fe66beacc3
5 changed files with 56 additions and 53 deletions
|
@ -197,11 +197,10 @@ Feature: Collections
|
|||
Given a fixture app "collections-app"
|
||||
And a file named "config.rb" with:
|
||||
"""
|
||||
Dir.chdir(ENV['MM_ROOT'])
|
||||
ignore "/description_template.html"
|
||||
|
||||
live {
|
||||
Dir["descriptions/*.txt"]
|
||||
Dir[File.join(root, "descriptions/*.txt")]
|
||||
}.each do |description_name|
|
||||
base = File.basename(description_name, '.txt')
|
||||
proxy "#{base}.html", "/description_template.html", locals: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue