Displaying 2 results from an estimated 2 matches for "integrated_views".
Did you mean:
integrate_views
2007 May 23
2
rspec mocha and controller specs without integrated_views
The ability to choose a mocking framework is great as I prefer mocha, but I
am have problems.
On my controller specs, I am forced to ''integrate_views'' as the following
code below shows you, the mocking of views is rspec specific. See stub!
versus mocha''s stub
unless block_given?
unless integrate_views?
2008 May 30
2
Any good Rails example app created with RSpec and Rspec on Rails?
Hi,
I''m pretty new to RSpec. I''ve been browsing http://opensourcerails.com
to find a good app built using RSpec (and RSpec on Rails). Does
anybody have a recommendation?
I wanna see example of mocks/stubs, associated models and integrated_view.
-T