Sha256: a61ba4a20ce0342be04b055b890856e14c5ac5c48ddade32c0accdda0abb6dcd

Contents?: true

Size: 191 Bytes

Versions: 16

Compression:

Stored size: 191 Bytes

Contents

require "test_helper"

module PushType
  describe InvitationMethods do

    subject { PushType::UsersController.new }

    it { subject.methods.include?(:invite).must_equal true }

  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
push_type_auth-0.5.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0.alpha.5 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0.alpha.4 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0.alpha.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0.alpha.2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.5.0.alpha.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.4.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.4.0.beta.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.3.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.3.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.2.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.2.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.2.0.beta2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.1.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.1.0 test/controllers/concerns/push_type/invitation_methods_test.rb