Skip to content

Commit

Permalink
Remove Rspec convention
Browse files Browse the repository at this point in the history
  • Loading branch information
lekemula committed May 26, 2024
1 parent 524c94e commit d610a6b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions lib/solargraph/convention.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module Solargraph
module Convention
autoload :Base, 'solargraph/convention/base'
autoload :Gemfile, 'solargraph/convention/gemfile'
autoload :Rspec, 'solargraph/convention/rspec'
autoload :Gemspec, 'solargraph/convention/gemspec'
autoload :Rakefile, 'solargraph/convention/rakefile'

Expand Down Expand Up @@ -43,7 +42,6 @@ def self.for_global(yard_map)

register Gemfile
register Gemspec
register Rspec
register Rakefile
end
end
30 changes: 0 additions & 30 deletions lib/solargraph/convention/rspec.rb

This file was deleted.

0 comments on commit d610a6b

Please sign in to comment.