Sha256: 85594fe815bf610001a039fc9f547514dcd41bf38c5bddc86a754f797ba72f39

Contents?: true

Size: 215 Bytes

Versions: 60

Compression:

Stored size: 215 Bytes

Contents

require 'spec_helper'
require 'bundler/psyched_yaml'

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

60 entries across 60 versions & 2 rubygems

Version Path
bundler-1.7.15 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.14 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.13 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.12 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.11 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.10 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.9 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.8 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.7 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.6 spec/bundler/psyched_yaml_spec.rb
bundler-1.6.9 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.5 spec/bundler/psyched_yaml_spec.rb
bundler-1.6.8 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.4 spec/bundler/psyched_yaml_spec.rb
bundler-1.6.7 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.3 spec/bundler/psyched_yaml_spec.rb
bundler-1.6.6 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.2 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.1 spec/bundler/psyched_yaml_spec.rb
bundler-1.7.1.pre.3 spec/bundler/psyched_yaml_spec.rb