On Dec 28, 2:33 pm, David Chelimsky wrote:
> So we're going to leave it as raise_error for now. If you'd like to push on
> this (which you're welcome to), please add a ticket to lighthouse so it's
> easy to find the discussions around it. If we can get general consensus that
> this would be a good
On May 9, 8:43 am, Scott Woods wrote:
> I get a slightly different error when following the gist. Here is my
> error, in case the extra data point helps:
>
> $ autotest
> loading autotest/rails_rspec_rspec2
> Error loading Autotest style autotest/rails_rspec_rspec2 (no such file
> to load -- autot
On Jun 8, 12:15 pm, David Chelimsky wrote:
> On Jun 8, 2010, at 10:26 AM, Trey Bean wrote:
>
>
>
>
>
> > Hi,
>
> > I'm in the process of upgrading an app to Rails 3/Rspec 2. I see that
> > stubbing a view helper method has changed in Rspec 2. It looks like
> > instead of doing template.stub!,
On Jun 25, 9:21 pm, David Chelimsky wrote:
> On Jun 25, 2010, at 5:02 PM, Patrick Gannon wrote:
>
>
>
>
>
> > Not sure if this is a Rails 3 issue or an RSpec 2 issue, but I can't seem
> > to get a standard controller test working - it seems that the 'get' method
> > can't be found.
>
> > I hav
On Jul 19, 9:20 am, Wincent Colaiuta wrote:
> El 19/07/2010, a las 15:52, David Chelimsky escribió:
>
>
>
>
>
> > On Jul 19, 2010, at 8:17 AM, rogerdpack wrote:
>
> >> Hi all.
>
> >> Saw this:
>
> >> Usage: rspec [options] [files or directories]
> >> -b, --backtrace Enable ful
On Oct 28, 7:40 am, Alexey Ilyichev wrote:
> I have made 2 examples for this and I can't figure out how to make both
> pass. Take a look please:
>
> require 'spec_helper'
>
> describe "Mock" do
> class A
> def self.method_missing(name, *args, &block)
> '*a_method_missing*'
> end
On Sunday, April 1, 2012 9:34:00 PM UTC-5, Bradley wrote:
>
> I have some let and before declarations that I want to define for all of
> my tests. I can't seem to figure out how to do this in a clean way (ie by
> including a module in my Rspec config). I don't want to have to
> include_context