- /usr/local/bin/ruby -S rspec ./spec/cells/articles_cell_spec.rb ./spec/controllers/meldd_controller_spec.rb ./spec/helpers/meldd_helper_spec.rb ./spec/models/article_spec.rb ./spec/models/meldd_spec.rb ./spec/views/layouts/application.html.haml_spec.rb ./spec/views/meldd/index.html.haml_spec.rb
- ArticlesCell
- cell rendering
- rendering top
- should When you call a matcher in an example without a String, like this:
- specify { object.should matcher }
- or this:
- it { should matcher }
- RSpec expects the matcher to have a #description method. You should either
- add a String to the example this matcher is being used in, or give it a
- description method. Then you won't have to suffer this lengthy warning again.
- should When you call a matcher in an example without a String, like this:
- specify { object.should matcher }
- or this:
- it { should matcher }
- RSpec expects the matcher to have a #description method. You should either
- add a String to the example this matcher is being used in, or give it a
- description method. Then you won't have to suffer this lengthy warning again.
- rendering new
- should When you call a matcher in an example without a String, like this:
- specify { object.should matcher }
- or this:
- it { should matcher }
- RSpec expects the matcher to have a #description method. You should either
- add a String to the example this matcher is being used in, or give it a
- description method. Then you won't have to suffer this lengthy warning again.
- should When you call a matcher in an example without a String, like this:
- specify { object.should matcher }
- or this:
- it { should matcher }
- RSpec expects the matcher to have a #description method. You should either
- add a String to the example this matcher is being used in, or give it a
- description method. Then you won't have to suffer this lengthy warning again.
- cell instance
- should respond to #top
- should respond to #new
- MelddController
- GET 'index'
- returns http success
- MelddHelper
- add some examples to (or delete) /Users/jeffdickey/src/rails/dojo_poc/spec/helpers/meldd_helper_spec.rb (PENDING: No reason given)
- Article
- starts with blank attributes
- Meldd
- has no entries when created
- #new_article
- returns a new article
- must have an ID higher than the previously-existing article count
- sets the new article's Meldd reference to itself
- #add_entry
- adds the entry to the meldd
- layouts/application
- it renders the HTML page header, including the
- expected META tags
- page title
- stylesheet links
- JavaScript links
- it renders the HTML page body, including the
- BODY element itself
- navbar fixed to the top of the page, with expected content
- meldd/index
- renders the banner area properly, with trailing clearfix
- Pending:
- MelddHelper add some examples to (or delete) /Users/jeffdickey/src/rails/dojo_poc/spec/helpers/meldd_helper_spec.rb
- # No reason given
- # ./spec/helpers/meldd_helper_spec.rb:14
- Finished in 0.13818 seconds
- 21 examples, 0 failures, 1 pending
- Coverage report generated for RSpec to /Users/jeffdickey/src/rails/dojo_poc/coverage. 38 / 38 LOC (100.0%) covered.