aboutsummaryrefslogtreecommitdiffstats
path: root/spec/unit/parser_spec.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-04-20 17:51:12 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-04-20 17:51:12 -0700
commitba579f4a3e525fdd78d89531291450b26a009b07 (patch)
treecd0a51cbbfb2bb6038535d52c2702fb5e60845fa /spec/unit/parser_spec.rb
parent4bfff00e3bfc24c92c2a4e24ed08ad4e40942db2 (diff)
downloadbundler-ba579f4a3e525fdd78d89531291450b26a009b07.tar.gz
Remove temporary flex stuff
Diffstat (limited to 'spec/unit/parser_spec.rb')
-rw-r--r--spec/unit/parser_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/parser_spec.rb b/spec/unit/parser_spec.rb
index ef9332d0..6efd0a2c 100644
--- a/spec/unit/parser_spec.rb
+++ b/spec/unit/parser_spec.rb
@@ -12,7 +12,7 @@ describe "lockfile parser" do
def locked
lockfile = File.read(bundled_app('Gemfile.lock'))
- Bundler::Flex::LockfileParser.new(lockfile)
+ Bundler::LockfileParser.new(lockfile)
end
it "has the source in it" do