diff --git a/lib/packs/rails/integrations/rspec.rb b/lib/packs/rails/integrations/rspec.rb index 77540bd..280cfb7 100644 --- a/lib/packs/rails/integrations/rspec.rb +++ b/lib/packs/rails/integrations/rspec.rb @@ -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 diff --git a/lib/packs/rails/version.rb b/lib/packs/rails/version.rb index 3c303f7..d3b216c 100644 --- a/lib/packs/rails/version.rb +++ b/lib/packs/rails/version.rb @@ -1,5 +1,5 @@ module Packs module Rails - VERSION = "0.0.2".freeze + VERSION = "0.0.3".freeze end end