Re: [rspec-users] What is difference between TDD & BDD

2010-01-31 Thread steve ross
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

Re: [rspec-users] testing controllers using cucumber

2010-02-01 Thread steve ross
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

Re: [rspec-users] Spork

2010-03-29 Thread steve ross
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

Re: [rspec-users] Can I use mocking in this way?

2010-04-05 Thread steve ross
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

[rspec-users] Keeping Up with Trunk

2007-11-06 Thread Steve Ross
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

[rspec-users] Keeping Up with Trunk

2007-11-06 Thread Steve Ross
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

[rspec-users] Note on Rails 2.0 Preview

2007-10-02 Thread Steve Ross (CWD)
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