Sha256: e3f08a98460254a2f1d92917c6c79768aa713460ef130875b507d36ee315b036
Contents?: true
Size: 323 Bytes
Versions: 18
Compression:
Stored size: 323 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 RSpec.configure do |config| config.include FakeModelWithPasswordStrategy end
Version data entries
18 entries across 18 versions & 1 rubygems