diff --git a/Rakefile b/Rakefile index ebd6bc0f..3c0ab4ac 100644 --- a/Rakefile +++ b/Rakefile @@ -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"