Displaying 3 results from an estimated 3 matches for "people_controller_spec".
2007 Apr 09
10
changes in 0.8 and greater - should_
Has the should_... syntax changed? I''m getting errors when running
the following:
should_render(:index)
should_be_valid
should_not_be_valid
should_respond_to
should_be
should_render
I thought the syntax changed to something like the following:
obj.should render(:index)
but this doesn''t seem to work.
Scott
2007 Jul 26
5
Coding standards and whitespace
...app/public/.htaccess
example_rails_app/public/index.html
example_rails_app/public/javascripts/controls.js
example_rails_app/public/javascripts/dragdrop.js
example_rails_app/public/javascripts/effects.js
example_rails_app/spec/controllers/naughty_controller_spec.rb
example_rails_app/spec/controllers/people_controller_spec.rb
example_rails_app/spec/fixtures/animals.yml
example_rails_app/spec/helpers/people_helper_spec.rb
example_rails_app/spec/models/person_spec.rb
example_rails_app/spec/views/person/create_view_spec.rb
example_rails_app/spec/views/person/show_view_spec.rb
example_rails_app/spec/watir/person_spec.rb...
2007 May 26
11
RSpec
Hi RSpec Mailing list,
I''m new to RSpec and I am trying to get it running with the caboo.se sample
rails app.
I installed the current version of rspec with rspec_on_rails
I tried to run rake spec but received:
330-07:~/desktop/restful_auth_rspec/vendor multimedia$ rake spec
(in /Users/multimedia/Desktop/restful_auth_rspec)