Skip to content

Commit

Permalink
updated Rakefile
Browse files Browse the repository at this point in the history
Signed-off-by: nikhil2611 <[email protected]>
  • Loading branch information
nikhil2611 committed Apr 21, 2022
1 parent a111fa5 commit 5189c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ begin

RSpec::Core::RakeTask.new(:spec) do |t|
t.pattern = FileList["spec/**/*_spec.rb"]
t.verbose = false
t.rspec_opts = ["--color", "--format", "documentation"]
end
rescue LoadError
desc "rspec is not installed, this task is disabled"
Expand Down

0 comments on commit 5189c29

Please sign in to comment.