Skip to content

Commit

Permalink
Remove rspec and cucumber depenedencies from task :main
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyCTHsu committed Aug 22, 2023
1 parent 8bdf03b commit 0910b3a
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 @@ -23,7 +23,7 @@ end
desc "Run RSpec"
# rubocop:disable Metrics/BlockLength
namespace :spec do
task all: [:main, :cucumber, :rspec]
task all: [:main]

RSpec::Core::RakeTask.new(:main) do |t, args|
t.pattern = "spec/**/*_spec.rb"
Expand Down

0 comments on commit 0910b3a

Please sign in to comment.