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.5.0 spec/bundler/psyched_yaml_spec.rb
bundler-1.5.0.rc.2 spec/bundler/psyched_yaml_spec.rb
bundler-1.5.0.rc.1 spec/bundler/psyched_yaml_spec.rb
bundler-1.4.0.rc.1 spec/bundler/psyched_yaml_spec.rb
bundler-1.4.0.pre.2 spec/bundler/psyched_yaml_spec.rb
bundler-1.4.0.pre.1 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.5 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.4 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.3 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.2 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.1 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.8 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.7 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.6 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.5 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.4 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.3 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre.2 spec/bundler/psyched_yaml_spec.rb
bundler-1.3.0.pre spec/bundler/psyched_yaml_spec.rb