spec/spec_helper_spec.rb in watirsplash-0.2.4 vs spec/spec_helper_spec.rb in watirsplash-0.2.5
- old
+ new
@@ -28,10 +28,10 @@
result = wait_until?(0.5) {sleep 0.1; false}
result.should be_false
end
- it "has file_path methods formatter" do
+ it "has file_path methods" do
file_name = "blah.temp"
ext = File.extname(file_name)
base = File.basename(file_name, ext)
expected_path = File.join(Dir.pwd, "results/files/#{base}_.*#{ext}")
\ No newline at end of file