spec/platform_spec.rb in phantomjs-1.9.8.0 vs spec/platform_spec.rb in phantomjs-2.1.1.0
- old
+ new
@@ -161,10 +161,10 @@
describe "without system install" do
before(:each) { Phantomjs::Platform.stub(:system_phantomjs_version).and_return(nil) }
it "returns the correct phantom js executable path for the platform" do
- Phantomjs.path.should =~ /win32\/phantomjs.exe$/
+ Phantomjs.path.should =~ /win32\/bin\/phantomjs.exe$/
end
end
describe "with system install" do
before(:each) do