Skip to content

Commit

Permalink
chore: add tags to other specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelgomesxyz committed Apr 16, 2024
1 parent 7725f73 commit feecc4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec/command/generate_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def inside_dir(path)
Dir.chdir original_working_dir
end

describe Command::Generate do
describe Command::Generate, parallel: true, slow: false do
before do
FileUtils.rm_r(GENERATOR_PLAYGROUND_PATH) if Dir.exist?(GENERATOR_PLAYGROUND_PATH)
FileUtils.mkdir_p GENERATOR_PLAYGROUND_PATH
Expand Down
2 changes: 1 addition & 1 deletion spec/core/controlplane_api_direct_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require "spec_helper"

describe ControlplaneApiDirect do
describe ControlplaneApiDirect, parallel: true, slow: false do
let(:described_instance) { described_class.new }

describe "#api_host" do
Expand Down
2 changes: 1 addition & 1 deletion spec/cpl_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
commands = Command::Base.all_commands
options_by_key_name = Command::Base.all_options_by_key_name

describe Cpl do
describe Cpl, parallel: true, slow: false do
it "has a version number" do
expect(Cpl::VERSION).not_to be_nil
end
Expand Down

0 comments on commit feecc4e

Please sign in to comment.