Sha256: b3d07d9af50078550d6961599c9fe3f12a4108c5e696fea9d4884c9e29ec8a23

Contents?: true

Size: 1.22 KB

Versions: 22

Compression:

Stored size: 1.22 KB

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

class ActionDispatch::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

22 entries across 22 versions & 1 rubygems

Version Path
push_type_core-0.12.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.12.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.12.0.beta.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.11.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.11.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.11.0.beta.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.11.0.beta.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.4 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.0.beta.5 lib/push_type/testing/support/expectations.rb
push_type_core-0.10.0.beta.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.5 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.3 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.2 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.1 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.0 lib/push_type/testing/support/expectations.rb
push_type_core-0.9.0.beta.4 lib/push_type/testing/support/expectations.rb