Sha256: d74f9374e37fc93330b3260d8866bd1bf5e0e11c70e911f623e784fb2d31e9e8

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

# coding: utf-8

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "PhpProcess" do
  it "should not do the strip error" do
    php = Php_process.new(:debug => false)
    php.func("require_once", "PHPExcel.php")
    php.static("PHPExcel_IOFactory", "load", "#{File.dirname(__FILE__)}/../examples/example_phpexcel.xlsx")
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
php_process-0.0.12 spec/strip_error_spec.rb