Sha256: 917325f3da62ce38af2da1fec7ec3a65c63f866d208025a3b01bd58d39a274c7

Contents?: true

Size: 215 Bytes

Versions: 23

Compression:

Stored size: 215 Bytes

Contents

require 'test_helper'

module PushType
  class InvitationMethodsTest < ActiveSupport::TestCase

    subject { PushType::UsersController.new }

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

  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
push_type_auth-0.9.5 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.0.beta.4 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.0.beta.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.9.0.beta.2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.0.beta.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.0.beta.2 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.8.0.beta.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.7.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.7.0.beta.1 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.6.0 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.6.0.beta.4 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.6.0.beta.3 test/controllers/concerns/push_type/invitation_methods_test.rb
push_type_auth-0.6.0.beta.2 test/controllers/concerns/push_type/invitation_methods_test.rb