Skip to content

Commit

Permalink
Delete custom "be empty scaffolding" matcher
Browse files Browse the repository at this point in the history
The plugin never generates empty scaffolding anymore. As such, we no longer need our custom matcher to validate the empty scaffolding content.
  • Loading branch information
darronschall committed May 28, 2024
1 parent a711ee4 commit e4f8100
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

require "rspec/file_fixtures"
require "twirp/protoc_plugin"
require "support/matchers/be_empty_scaffolding_matcher"

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down
42 changes: 0 additions & 42 deletions spec/support/matchers/be_empty_scaffolding_matcher.rb

This file was deleted.

0 comments on commit e4f8100

Please sign in to comment.