spec/lib/yaml_spec.rb in foreplay-0.13.5 vs spec/lib/yaml_spec.rb in foreplay-0.15.0

- old
+ new

@@ -1,8 +1,8 @@ describe YAML do context '#escape' do it 'uses the expected Ruby version' do - expect(RUBY_VERSION).to eq '2.1.6' + expect(RUBY_VERSION).to eq '2.1.9' end it 'uses the expected YAML version' do expect(YAML::VERSION).to eq '2.0.5' # The escaping below changes with different YAML versions end