spec/arachni/element/path_spec.rb in arachni-0.4.2 vs spec/arachni/element/path_spec.rb in arachni-0.4.3
- old
+ new
@@ -1,5 +1,5 @@
-require_relative '../../spec_helper'
+require 'spec_helper'
describe Arachni::Element::PATH do
describe 'Arachni::Element::PATH' do
it 'returns "path"' do
Arachni::Element::PATH.should == 'path'