Given that RSpec has the following methods to create test doubles ...

  double(:my_test_double)
  mock(:my_mock_object)
  stub(:my_stub)

Is there a way to/ plans to introduce a similar syntax for null
objects?

  null_object(:my_null_object)

Instead of mock(:bar, :is_null_object => true) or
mock(:foo).as_null_object

I think this would be cleaner, what do you think?
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to