lib/soaspec/wait.rb in soaspec-0.2.8 vs lib/soaspec/wait.rb in soaspec-0.2.9
- old
+ new
@@ -36,6 +36,6 @@
msg = opts[:message] ? opts[:message].dup : "timed out after #{timeout} seconds with interval of #{interval}"
msg << " (#{last_error.message})" if last_error
raise Soaspec::TimeOutError, msg
end
end
-end
\ No newline at end of file
+end