Skip to content

Commit

Permalink
Update rake stack_spec_debug task description
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Jun 7, 2024
1 parent e3e2e87 commit 57de965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ task :default do
sh "#{FileUtils::RUBY} -w stack-spec/stack_spec.rb"
end

desc "Run specs to make sure stack works properly"
desc "Run specs to make sure stack works properly, with debugging enabled"
task :stack_spec_debug do
ENV['DEBUG'] = '1'
sh "#{FileUtils::RUBY} -w stack-spec/stack_spec.rb"
Expand Down

0 comments on commit 57de965

Please sign in to comment.