README.md in unused_css-0.1.0 vs README.md in unused_css-0.2.0
- old
+ new
@@ -18,14 +18,12 @@
Here's a typical 'features/support/env.rb' file using Unused CSS to watch the Watir webdriver as it runs your functional tests:
```ruby
require "watir-webdriver"
-require "unused_css"
+require "unused_css/watir"
$browser = Watir::Browser.new
-$unused_css = UnusedCSS::Watcher.new
-$unused_css.watch! $browser
at_exit do
$browser.close
# A list of all stylehseets together with their unused styles