17
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Oct 18, 2024 — Oct 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge commit 'dstrelau/1.9' into ruby19 More... over 16 years ago
Updated the contribution guidelines to point to Github Issues instead of Lighthouse More... over 16 years ago
Documentation changes for should_change More... over 16 years ago
Merge commit 'cwninja/bugfixes' More... over 16 years ago
When searching for test failure, accept either MiniTest::Assertion or Test::Unit::AssertionFailedError for Ruby 1.9 compatibility. More... over 16 years ago
Update testing boot.rb for Ruby 1.9 compat. More... over 16 years ago
Require 'test/unit' before including/extending things into it. More... over 16 years ago
Added clarification to README More... over 16 years ago
Re-enabled the old behavior for should_change and should_not_change macros, but displaying a deprecation warning when they are used without a block More... over 16 years ago
fixing docs More... over 16 years ago
added rspec matcher for validates_format_of More... over 16 years ago
Changed the behavior of AllowValue matcher so that should_allow_values_for fails if there is ANY error on the specified attribute More... over 16 years ago
Updated should_change and should_not_change to accept a string description and a block [#154] More... over 16 years ago
Added tests that demonstrate that should_have_many works when belongs_to has :class_name option [#116] More... over 16 years ago
Test to show: Typo causing error when defining should "..." style should_eventuallys from a class method. More... over 16 years ago
Typo causes error when defining should "..." style should_eventuallys from a class method. More... over 16 years ago
Remove unsplated return value from #get_options! for ruby 1.9 compatibility. More... over 16 years ago
Removed unused ActionController helpers More... over 16 years ago
Deprecated should_render_page_with_metadata [#155 state:resolved] More... over 16 years ago
Deprecated should_have_named_scope [#156 state:resolved] More... over 16 years ago
Added clearer instructions to the subject deprecation warning More... over 16 years ago
Deprecated should_render_a_form [#157 state:resolved] More... over 16 years ago
Deprecated should_set_the_flash_to nil in favor of should_not_set_the_flash [#191 state:resolved] More... over 16 years ago
Deprecated the implicit instance variable in favor of the explicit subject method [#86 state:resolved] More... over 16 years ago
Added the subject class method to explicitly declare the subject [#86] More... over 16 years ago
Changed macros to use subject instead of get_instance_of [#86] More... over 16 years ago
Added the subject method [#86] More... over 16 years ago
Renamed model_class to described_type, and made it public More... over 16 years ago
Added support for should_have_one :through [#115 state:resolved] More... over 16 years ago
Changed the description for have_db_index to correctly describe multiple columns and index where uniqueness is not specified [#159 state:resolved] More... over 16 years ago