Skip to content

Commit

Permalink
Merge 67bae3a into 0a4d8ed
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresurf committed Aug 31, 2016
2 parents 0a4d8ed + 67bae3a commit 6891965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rspec-prof.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def save_to filename

config.after(:suite) do
if ENV['RSPEC_PROFILE'] == 'all'
@profiler.save_to "profiles/all.html"
@profiler.save_to "#{RSpecProf.output_dir}/all.#{RSpecProf.file_extension}"
end
end

Expand Down

0 comments on commit 6891965

Please sign in to comment.