search for: shared_behaviour_spec

Displaying 2 results from an estimated 2 matches for "shared_behaviour_spec".

2007 May 24
25
Specs for ApplicationController, where to put them?
The Rails ApplicationController (app/controllers/application.rb) serves as an abstract superclass for all other controllers in a Rails application and is a good place to put methods and filters which you want all of your controllers to use. In my case I''m using it to provide methods such as "current_user" and "logged_in?" etc. By default, RSpec
2007 Jul 26
5
Coding standards and whitespace
...haviour_spec.rb rspec/spec/spec/dsl/configuration_spec.rb rspec/spec/spec/dsl/description_spec.rb rspec/spec/spec/dsl/example_class_spec.rb rspec/spec/spec/dsl/example_instance_spec.rb rspec/spec/spec/dsl/example_should_raise_spec.rb rspec/spec/spec/dsl/predicate_matcher_spec.rb rspec/spec/spec/dsl/shared_behaviour_spec.rb rspec/spec/spec/expectations/extensions/object_spec.rb rspec/spec/spec/expectations/fail_with_spec.rb rspec/spec/spec/matchers/be_spec.rb rspec/spec/spec/matchers/change_spec.rb rspec/spec/spec/matchers/description_generation_spec.rb rspec/spec/spec/matchers/exist_spec.rb rspec/spec/spec/matcher...