Skip to content

Commit

Permalink
Remove random running specs; up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
killondark committed Jan 7, 2025
1 parent 88c3c3f commit 99dc00e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# Disable RSpec exposing methods globally on `Module` and `main`
config.disable_monkey_patching!

config.order = :random

config.expect_with :rspec do |c|
c.syntax = :expect
end
Expand Down
7 changes: 1 addition & 6 deletions spec/yabeda/group_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

RSpec.describe Yabeda::Group do
let(:name) { nil }

let(:group) { described_class.new(name) }

before do
Yabeda.groups[name] = group
end

after { Yabeda.reset! }
before { Yabeda.groups[name] = group }

describe "default tags" do
context "when on the top level group" do
Expand Down

0 comments on commit 99dc00e

Please sign in to comment.