On Jan 31, 2010, at 9:13 AM, Ravi Shankar wrote:
>
> What is the difference between test driven development & behavior driven
> development, which one is better.
>
> what are the options available in BDD.
Make up a simple project like a blog that you can do in couple of hours. Try it
using one
On Feb 1, 2010, at 1:30 AM, Amit Kulkarni wrote:
>
> Oh ok.
>> From your code it seems that we are checking the whole app as you
> mentioned.
> I have tested controllers using rspec.
> So i am not getting which is better to use.
> Since with Rspec we test the objects and here using cucumber(good
On Mar 29, 2010, at 1:04 PM, David Chelimsky wrote:
> On Mar 29, 2010, at 2:48 PM, Ashley Moran wrote:
>
>> (2.5) Any reason why the new RSpec module is "Rspec" not "RSpec"?
>>
>
> AFAIK, autoloaders (like in Rails and Autotest), assume a CamelCase
> convention for class names, which RSpec vio
On Apr 5, 2010, at 8:09 AM, Pat Maddox wrote:
>
> Sounds like a lot of work
>
>
> On Apr 3, 2010, at 9:08 PM, Julian Leviston wrote:
>
>> Sorry I meant send AND __send__
>>
>> Julian.
>>
>> On 04/04/2010, at 11:45 AM, Julian Leviston wrote:
>>
>>>
>>> On 04/04/2010, at 7:32 AM, David Chelim
I have a project with rspec installed as a plugin using
svn:externals. Here are my externals:
rspec_on_railssvn://rubyforge.org/var/svn/rspec/trunk/
rspec_on_rails
rspec svn://rubyforge.org/var/svn/rspec/trunk/
rspec
I just did an svn up on both and now
I have a project with rspec installed as a plugin using
svn:externals. Here are my externals:
rspec_on_railssvn://rubyforge.org/var/svn/rspec/trunk/
rspec_on_rails
rspec svn://rubyforge.org/var/svn/rspec/trunk/
rspec
I just did an svn up on both and now
Make sure you get a relatively current version of rspec or you will get:
/Users/me/rails/ubb/vendor/rails/activerecord/lib/../../activesupport/
lib/active_support/dependencies.rb:263:in `load_missing_constant':
uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper
(NameError)
Ho