Sha256: 594a1109827d45d8ce2a35096b0822baa1efa6eb4798d9c4341f2af1234811c4

Contents?: true

Size: 197 Bytes

Versions: 55

Compression:

Stored size: 197 Bytes

Contents

class Auth::Transaction::EventTest

	 include Mongoid::Document

	 field :name, type: String

	 def does_not_return_event(args={})
	 	return []
	 end

	 def returns_nil(args={})
	 	nil
	 end



end

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.9 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.8 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.7 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.6 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.5 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.4 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.3 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.2 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.1 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.5.0 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.9 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.8 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.7 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.6 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.5 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.4 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.3 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.2 app/models/auth/transaction/event_test.rb
wordjelly-auth-1.4.0 app/models/auth/transaction/event_test.rb