Skip to content

Commit

Permalink
Skip gems in RSpec integration (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Feb 27, 2023
1 parent 812ffa8 commit ab62d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/packs/rails/integrations/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def initialize
# to the collection of directories to run.

pack_paths = Packs.all.map do |pack|
next if pack.is_gem?
spec_path = pack.relative_path.join(default_path)
spec_path.to_s if spec_path.exist?
end
Expand Down
2 changes: 1 addition & 1 deletion lib/packs/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Packs
module Rails
VERSION = "0.0.2".freeze
VERSION = "0.0.3".freeze
end
end

0 comments on commit ab62d6b

Please sign in to comment.