0
(0 "tests" rails-functional-test-minor-mode-abbrev-table rails-unit-test-minor-mode-abbrev-table
0
("fix" "$${,rails-snippets-feature:fixture}(:$${one})$." "models(:name)")) ; functional tests
0
(0 "shoulda" rails-functional-test-minor-mode-abbrev-table rails-unit-test-minor-mode-abbrev-table
0
- ("cont" "context \"$${description}\" do\n$>setup do\n$>$${setup}\n$>end\n $>should \"$${should_desc}\" do\n $>$.\n$>end\n$>end" "context block with setup")
0
- ("should" "should \"$${description}\" do\n $>$.\n$>end" "should block")
0
- ("shoulde" "should_eventually \"$${description}\" do\n $>$.\n$>end" "should_eventually block")
0
+ ("cont" "context \"$${description}\" do\n$>setup do\n$>$${setup}\nend$>\n\n$>should$.\nend$>" "context block with setup")
0
+ ("should" "should \"$${description}\" do\n$>$.\nend$>" "should block")
0
+ ("shoulds" "should \"$${description}\" do\n$>flunk\nend$>\n\n$>shoulds$." "several should blocks")
0
+ ("shoulde" "should_eventually \"$${description}\" do\n $>$.\nend$>" "should_eventually block")
0
+ ("shouldes" "should_eventually \"$${description}\"\n$>shouldes$." "several should_eventually statements")
0
("laf" "load_all_fixtures" "load_all_fixtures")
0
("sat" "should_assign_to :$${variable}" "should_assign_to")
0
("savf" "should_allow_values_for :$${attribute}" "should_allow_values_for")
0
("sbt" "should_belong_to :$${object}" "should_belong_to")
0
- ("sbr" "should_be_restful do |$${resource}|\n $>$${resource}.$.\n $>end" "should_be_restful {|resource| ... }")
0
- ("selir" "should_ensure_length_in_range $${attribute}, ($${range})" "should_ensure_length_in_range")
0
- ("sevir" "should_ensure_value_in_range $${attribute}, ($${range})" "should_ensure_value_in_range")
0
+ ("sbr" "should_be_restful do |$${resource}|\n $>$${resource}.$.\nend$>" "should_be_restful {|resource| ... }")
0
+ ("selir" "should_ensure_length_in_range :$${attribute}, ($${range})" "should_ensure_length_in_range")
0
+ ("sevir" "should_ensure_value_in_range :$${attribute}, ($${range})" "should_ensure_value_in_range")
0
("sho" "should_have_one :$${object}" "should_have_one")
0
- ("shabtm" "should_have_and_belong_to_many" "should_have_and_belong_to_many")
0
- ("shm" "should_have_many" "should_have_many")
0
+ ("shabtm" "should_have_and_belong_to_many :$${objects}" "should_have_and_belong_to_many")
0
+ ("shm" "should_have_many :$${objects}" "should_have_many")
0
("snstf" "should_not_set_the_flash" "should_not_set_the_flash")
0
("snat" "should_not_assign_to :$${variable}" "should_not_assign_to")
0
("snavf" "should_not_allow_values_for :$${attribute}" "should_not_allow_values_for")
0
("sraf" "should_render_a_form" "should_render_a_form")
0
("srdt" "should_redirect_to $${redirect}" "should_redirect_to")
0
("srt" "should_render_template :$${template}" "should_render_template")
0
- ("sra" "should_require_attributes $${attribute}" "should_require_attributes")
0
- ("srua" "should_require_unique_attributes $${attribute}" "should_require_unique_attributes")
0
+ ("sra" "should_require_attributes :$${attribute}" "should_require_attributes")
0
+ ("srua" "should_require_unique_attributes :$${attribute}" "should_require_unique_attributes")
0
("srw" "should_respond_with :$${response}" "should_respond_with")
0
("sstft" "should_set_the_flash_to $${value}" "should_set_the_flash_to")) ; shoulda tests
0
(0 "assertions" rails-functional-test-minor-mode-abbrev-table rails-unit-test-minor-mode-abbrev-table
Comments
No one has commented yet.