Sha256: cefa5e65ba24c130fef0e3638ef81bea09427181ce7fac5a57602b7081be1f1a
Contents?: true
Size: 273 Bytes
Versions: 2
Compression:
Stored size: 273 Bytes
Contents
require 'spec_helper' describe Phantomjs do describe '.executable_path' do it 'works' do File.exists?(Phantomjs.executable_path).should == true end it 'points to a linux path' do Phantomjs.executable_path.should match /linux/ end end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
phantomjs-linux64-0.0.3 | spec/phantomjs-linux64_spec.rb |
phantomjs-linux-0.0.2 | spec/phantomjs-linux_spec.rb |