aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/lockfile_parser_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/lockfile_parser_spec.rb')
-rw-r--r--spec/bundler/lockfile_parser_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/bundler/lockfile_parser_spec.rb b/spec/bundler/lockfile_parser_spec.rb
index d9bb32b4..98d7b68c 100644
--- a/spec/bundler/lockfile_parser_spec.rb
+++ b/spec/bundler/lockfile_parser_spec.rb
@@ -60,7 +60,7 @@ describe Bundler::LockfileParser do
it "returns the same as > 1.0" do
expect(subject).to contain_exactly(
- described_class::BUNDLED, described_class::RUBY
+ described_class::BUNDLED, described_class::RUBY, described_class::PLUGIN
)
end
end
@@ -70,7 +70,7 @@ describe Bundler::LockfileParser do
it "returns the same as for the release version" do
expect(subject).to contain_exactly(
- described_class::RUBY
+ described_class::RUBY, described_class::PLUGIN
)
end
end