Sha256: 9324632dda3a69d6309cb7224969200c380713924a09cb762d4a8a0b892c58f0

Contents?: true

Size: 703 Bytes

Versions: 15

Compression:

Stored size: 703 Bytes

Contents

class Object
  infect_an_assertion :assert_difference,     :must_change, :block
  infect_an_assertion :assert_no_difference,  :wont_change, :block
end

class ActionController::TestResponse
  infect_an_assertion :assert_response,       :must_respond_with
  infect_an_assertion :assert_redirected_to,  :must_redirect_to
  infect_an_assertion :assert_template,       :must_render_template
  infect_an_assertion :assert_tag,            :must_have_tag
  infect_an_assertion :assert_no_tag,         :wont_have_tag
  infect_an_assertion :assert_select,         :must_select
  infect_an_assertion :assert_select_email,   :must_select_email
  infect_an_assertion :assert_select_encoded, :must_select_encoded
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
push_type_core-0.8.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.8.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.8.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.8.0.beta.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.8.0.beta.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.8.0.beta.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.7.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.7.0.beta.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.6.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.6.0.beta.4 lib/push_type/testing/support/expectations.rb
push_type_core-0.6.0.beta.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.6.0.beta.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.6.0.beta.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.2 lib/push_type/testing/support/expectations.rb