# File lib/deep_test/spec/extensions/spec_task.rb, line 4 def deep_test(options) deep_test_options = DeepTest::Options.new(options) deep_test_path = File.expand_path(File.dirname(__FILE__) + "/../../../deep_test") @deep_test_spec_opts = [ "--require #{deep_test_path}", "--runner 'DeepTest::Spec::Runner:#{deep_test_options.to_command_line}'" ] spec_opts.concat @deep_test_spec_opts end
Generated with the Darkfish Rdoc Generator 2.