Skip to content

Commit 4cdb495

Browse files
authored
Remove rogue focused test (#215)
Perhaps adding Rubocop back would be useful after all...
1 parent e5ab27b commit 4cdb495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/integration/rspec/match_array_matcher_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@
380380
end
381381

382382
context "when the input value is not an array, and especially not a value that could be turned into one" do
383-
fit "produces the correct failure message, as though an array had been given" do
383+
it "produces the correct failure message, as though an array had been given" do
384384
as_both_colored_and_uncolored do |color_enabled|
385385
snippet = <<~TEST.strip
386386
actual = [:marty, :jennifer, :doc]

0 commit comments

Comments
 (0)