README.rdoc in watirsplash-0.2.14 vs README.rdoc in watirsplash-1.0.0

- old
+ new

@@ -5,11 +5,11 @@ == DESCRIPTION WatirSplash makes browser-based web page testing in Ruby splashin' easy. It combines Watir (http://www.watir.com) for controlling the browser and -RSpec (http://rspec.info) for testing framework. This powerful combination gives you +RSpec (http://relishapp.com/rspec) for testing framework. This powerful combination gives you the ability to write easily well-maintained and easy-to-read specs (specifications in RSpec) so you don't need to have any extra documentation for your applications. WatirSplash makes it easier to use best features of both of these tools together so you won't have to spend time on thinking how to do that yourself - you can start @@ -17,11 +17,11 @@ == SYNOPSIS === With vanilla Watir and RSpec require 'watir' - require 'spec' + require 'rspec' describe "Google" do before :all do @browser = Watir::Browser.new @browser.maximize @@ -66,11 +66,11 @@ button(:name => "btnG").click text.should include("Bing") end end - C:\project\ui-test>spec spec\google_spec.rb + C:\project\ui-test>rspec spec\google_spec.rb Results will be saved into the directory C:/project/ui-test/results Google has search field performs search @@ -85,14 +85,14 @@ 2) install WatirSplash: gem install watirsplash 3) in your project's directory: - watirsplash generate + watirsplash new == WHAT NEXT? You can read more information about the usage and features from the wiki at http://github.com/jarmo/WatirSplash/wiki == COPYRIGHT -Copyright © 2010 Jarmo Pertman. See LICENSE for details. +Copyright © 2010-2011 Jarmo Pertman. See LICENSE for details.