Sha256: 437fe5d51e901284d3b7e462d290e9d638c364280721a0280087ded4a4d74168

Contents?: true

Size: 184 Bytes

Versions: 4

Compression:

Stored size: 184 Bytes

Contents

require 'spec_helper'

describe Bundler::YamlSyntaxError do
  it "is raised on YAML parse errors" do
    expect{ YAML.parse "{foo" }.to raise_error(Bundler::YamlSyntaxError)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bundler-1.2.5 spec/bundler/psyched_yaml_spec.rb
bundler-1.2.4 spec/bundler/psyched_yaml_spec.rb
bundler-1.2.3 spec/bundler/psyched_yaml_spec.rb
bundler-1.2.2 spec/bundler/psyched_yaml_spec.rb