Skip to content

Commit 58e3bec

Browse files
committed
Add repo exceptions for rspec*
1 parent 6afce5d commit 58e3bec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/gemdiff/repo_finder.rb

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ module RepoFinder
7171
"resque-multi-job-forks": "stulentsev/resque-multi-job-forks",
7272
representable: "trailblazer/representable",
7373
rr: "rr/rr",
74+
rspec: "rspec/rspec",
75+
"rspec-core": "rspec/rspec",
76+
"rspec-expectations": "rspec/rspec",
77+
"rspec-mocks": "rspec/rspec",
78+
"rspec-support": "rspec/rspec",
7479
sass: "sass/ruby-sass",
7580
SassyLists: "at-import/SassyLists",
7681
"Sassy-Maps": "at-import/Sassy-Maps",

0 commit comments

Comments
 (0)