Skip to content

Commit e4d1306

Browse files
committed
blah ?
1 parent d0c5046 commit e4d1306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/squash_ruby_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ class << @exception
171171

172172
it "should convert variables to complex value hashes" do
173173
yaml = (defined?(JRuby) && RUBY_VERSION >= '1.9.0') ? "--- !ruby/regexp '/Hello, world!/'\n" : "--- !ruby/regexp /Hello, world!/\n"
174-
yaml << "...\n" if RUBY_VERSION >= '2.4.0' && !defined?(JRuby)
174+
yaml << "...\n" if RUBY_VERSION >= '1.9.0' && !defined?(JRuby)
175175
expect(Squash::Ruby.valueify(/Hello, world!/)).to eql("language" => "ruby",
176176
"inspect" => "/Hello, world!/",
177177
"yaml" => yaml,

0 commit comments

Comments
 (0)