Sha256: 0a7523730e3d21a4808e3401d2f65eebc9f180cd1b660815a9b0028214a0fc50
Contents?: true
Size: 243 Bytes
Versions: 36
Compression:
Stored size: 243 Bytes
Contents
module FakeModelWithPasswordStrategy def fake_model_with_password_strategy(password_strategy) Class.new do attr_reader :password attr_accessor :encrypted_password, :salt include password_strategy end.new end end
Version data entries
36 entries across 36 versions & 1 rubygems