I am using this line in my Gemfile:   gem "rspec-rails", :git => "git://
github.com/rspec/rspec-rails.git"

which installs the rspec-rails-2.0.0.beta.7

I tried beta.8 but I get an error: Rspec is not missing constant Matchers!
(ArgumentError)

On Tue, Apr 27, 2010 at 5:59 PM, David Chelimsky <dchelim...@gmail.com>wrote:

> On Apr 27, 2010, at 4:48 PM, Andrei Erdoss wrote:
>
> > Hello,
> >
> > I also tried testing for the flash notice being set, but it's not
> working.
> >
> > it "sets a flash[:notice] message" do
> >   post :create
> >   flash[:notice].should == "The message was saved successfully."
> > end
> >
> > this is the line in the controller that's setting the notice.
> >
> > redirect_to messages_path, :notice =>  "The message was saved
> successfully."
> >
> > Anybody have some insight on this?
>
> Are you using rspec-rails-2.0.0.beta.8?
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>



-- 
Andrei Erdoss
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to