Skip to content

Commit

Permalink
Process.exec is 1.8.7 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
nurse committed Apr 17, 2012
1 parent d9ad1f5 commit b757386
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/process/exec_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../../../shared/process/exec', __FILE__)

describe "Process.exec" do
it_behaves_like :process_exec, :exec, Process
ruby_version_is "1.8.7" do
describe "Process.exec" do
it_behaves_like :process_exec, :exec, Process
end
end

0 comments on commit b757386

Please sign in to comment.