decko-commons/decko

View on GitHub
card/spec/card/subcards_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage

Don't repeat examples within an example group.
Open

    it "check name-key bug" do
      create "Matthias", subcards: { "+name" => "test" }
      expect(Card).to exist("Matthias+name")
    end
Severity: Minor
Found in card/spec/card/subcards_spec.rb by rubocop

Don't repeat examples within an example group.
Open

    it "check unstable key bug" do
      create "Matthias", subcards: { "+name" => "test" }
      expect(Card).to exist("Matthias+name")
    end
Severity: Minor
Found in card/spec/card/subcards_spec.rb by rubocop

There are no issues that match your filters.

Category
Status