added the ability to customize the path for new files when implementing an exercise

This commit is contained in:
Hauke Klement
2015-03-10 09:52:32 +01:00
parent 574c5c3a9c
commit ae1d654a62
3 changed files with 16 additions and 0 deletions

View File

@ -8,6 +8,7 @@ describe 'exercises/implement.html.slim' do
before(:each) do
assign(:exercise, exercise)
assign(:files, files)
assign(:paths, [])
render
end