summaryrefslogtreecommitdiff
path: root/spec/bundler/bundler/psyched_yaml_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/bundler/psyched_yaml_spec.rb')
-rw-r--r--spec/bundler/bundler/psyched_yaml_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/bundler/bundler/psyched_yaml_spec.rb b/spec/bundler/bundler/psyched_yaml_spec.rb
deleted file mode 100644
index d5d68c5cc3..0000000000
--- a/spec/bundler/bundler/psyched_yaml_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-# frozen_string_literal: true
-
-require "bundler/psyched_yaml"
-
-RSpec.describe "Bundler::YamlLibrarySyntaxError" do
- it "is raised on YAML parse errors" do
- expect { YAML.parse "{foo" }.to raise_error(Bundler::YamlLibrarySyntaxError)
- end
-end