Sha256: 2f5674cdd2cb8614450b3bbea425e8fc80841f2dcee7ef93bfeb4e6c4e84c994

Contents?: true

Size: 551 Bytes

Versions: 17

Compression:

Stored size: 551 Bytes

Contents

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

17 entries across 17 versions & 1 rubygems

Version Path
push_type_core-0.5.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0.alpha.5 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0.alpha.4 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0.alpha.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0.alpha.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.5.0.alpha.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.4.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.4.0.beta.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.3.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.3.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.2.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.2.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.2.0.beta2 lib/push_type/testing/support/expectations.rb
push_type_core-0.1.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.1.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.1.0.beta3 lib/push_type/testing/support/expectations.rb