spec/spec/rails/matchers/have_text_spec.rb in rspec-rails-1.2.7.1 vs spec/spec/rails/matchers/have_text_spec.rb in rspec-rails-1.2.9

- old
+ new

@@ -1,5 +1,5 @@ -require File.dirname(__FILE__) + '/../../../spec_helper' +require 'spec_helper' describe "have_text" do it "should have a helpful description" do matcher = have_text("foo bar")