added the ability to customize the path for new files when implementing an exercise
This commit is contained in:
@ -8,6 +8,7 @@ describe 'exercises/implement.html.slim' do
|
||||
before(:each) do
|
||||
assign(:exercise, exercise)
|
||||
assign(:files, files)
|
||||
assign(:paths, [])
|
||||
render
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user