Changeset [11190d1a6ee8c1a73bc7042ffd5467c2a868996d] by Gaspard Bucher
September 29th, 2009 @ 11:00 PM
Using shoulda to scope unit tests. Using an adaptation of
http://github.com/drnic/ruby-shoulda-tmbundle
TextMate
bundle that works well with mixed shoulda and old unit tests (run
focused test, run all tests).
http://github.com/zena/zena/commit/11190d1a6ee8c1a73bc7042ffd5467c2...
Committed by Gaspard Bucher
- A vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run 2.tmCommand
- A vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run Context.tmCommand
- A vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run Focused Should.tmCommand
- A vendor/TextMate/Ruby Shoulda.tmbundle/Commands/Run.tmCommand
- A vendor/TextMate/Ruby Shoulda.tmbundle/Commands/YAML to Shoulda.tmCommand
- A vendor/TextMate/Ruby Shoulda.tmbundle/Preferences/Symbol List: Context.tmPreferences
- A vendor/TextMate/Ruby Shoulda.tmbundle/Preferences/Symbol List: Should.tmPreferences
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory attributes for.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory build.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_define with class.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_define.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_next.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/Factory_sequence.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_bad_value.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_contains.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_does_not_contain.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_good_value.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_same_elements.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_save.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_sent_email.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/assert_valid.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/association.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/attribute.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/before_should block.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block get.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block post.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/context block with setup.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/setup.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should block with before proc.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should block.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_allow_values_for.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_assign_to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_be_restful denied.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_be_restful.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_belong_to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_change by.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_change from to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_at_least.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_in_range.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_length_is.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_ensure_value_in_range.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_eventually.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_filter_params.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_and_belong_to_many.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_class_methods.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_db_column.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_db_columns.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_index.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_indices.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_instance_methods.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_many.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_named_scope.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_one.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_have_readonly_attributes.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_allow_mass_assignment_of.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_allow_values_for.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_assign_to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_change.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_not_set_the_flash.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_redirect_to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_a_form.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_template.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_with_layout.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_render_without_layout.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_respond_with.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_respond_with_content_type.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_return_from_session.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_route.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_set_the_flash_to.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_acceptance_of.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_numericality_of.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_presence_of.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_uniqueness_of with scope.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Snippets/should_validate_uniqueness_of.tmSnippet
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/catch_exception.rb
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/run_script.rb
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/stdin_dialog.rb
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/test.rb
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/RubyMate/todo.txt
- A vendor/TextMate/Ruby Shoulda.tmbundle/Support/bin/yaml_to_shoulda.rb
- A vendor/TextMate/Ruby Shoulda.tmbundle/Syntaxes/Ruby on Rails (Shoulda).tmLanguage
- A vendor/TextMate/Ruby Shoulda.tmbundle/info.plist
- M config/gems.yml
- M test/test_helper.rb
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
Anyone knows how to use formatting here ?
Git repository: http://github.com/zena
Official website: http://zenadmin.org