README.md in generator_spec-0.8.3 vs README.md in generator_spec-0.8.4

- old
+ new

@@ -17,11 +17,10 @@ require "generator_spec/test_case" describe TestGenerator do include GeneratorSpec::TestCase destination File.expand_path("../../tmp", __FILE__) - tests TestGenerator arguments %w(something) before(:all) do prepare_destination run_generator @@ -34,10 +33,9 @@ An RSpec file matching DSL is also provided, taken with permission from [beard](https://github.com/carlhuda/beard/blob/master/spec/support/matcher.rb) by [carlhuda](https://github.com/carlhuda). describe TestGenerator, "using custom matcher" do include GeneratorSpec::TestCase - tests TestGenerator destination File.expand_path("../../tmp", __FILE__) before do prepare_destination run_generator \ No newline at end of file