README.rdoc in watirsplash-0.2.1 vs README.rdoc in watirsplash-0.2.2
- old
+ new
@@ -33,11 +33,11 @@
- saves all the files created/downloaded during the example and shows them on the report
- automatically archives test results for later reviewing
== SYNOPSIS:
- Without WatirSplash:
+=== Without WatirSplash:
require 'watir'
require 'spec'
describe "Google" do
before :all do
@@ -64,11 +64,11 @@
end
end
- With WatirSplash:
+=== With WatirSplash:
describe "Google" do
before :all do
goto "http://google.com"
url.should =~ /google/
end
@@ -99,11 +99,11 @@
== INSTALL:
* install Ruby 1.8.6:
http://rubyinstaller.org/
-* install ImageMagick with rmagick-win32 for saving the screenshots in PNG format:
+* install ImageMagick with rmagick-win32 gem for saving the screenshots in PNG format:
http://rubyforge.org/frs/?group_id=12&release_id=42049
* install WatirSplash:
gem install watirsplash
@@ -199,5 +199,9 @@
R6034. An application has made an attempt to load the C runtime library incorrectly.
Solution:
This is caused by ImageMagick.
Install Microsoft Visual C++ 2008 SP1 Redistributable Package to solve the problem.
+
+== COPYRIGHT
+
+Copyright © 2010 Jarmo Pertman. See LICENSE for details.
\ No newline at end of file