Skip to content

Commit

Permalink
Change spec so that Kernel.exec runs in 1.9.3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-megarad committed Mar 18, 2012
1 parent 6cc5a4f commit 9314bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ruby/core/kernel/exec_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
result.should == "hello\n"
end

ruby_version_is "1.9.2" do
ruby_version_is "1.9.2" .. "1.9.3" do
it "passes environment vars to the child environment" do
result = `#{RUBY_EXE} -e 'exec({"FOO" => "BAR"}, "echo $FOO"); puts "fail"'`
result.should == "BAR\n"
Expand Down

0 comments on commit 9314bc3

Please sign in to comment.