Activity
How in the world of all things RSpec would you recreate
class FakeEnv
attr_reader(:user)
def initialize(user)
@user = user
end
end
With RSpec's DSL?
Save 36% for Black Friday! Save 36% on GoRails for Black Friday! Learn more
How in the world of all things RSpec would you recreate
class FakeEnv
attr_reader(:user)
def initialize(user)
@user = user
end
end
With RSpec's DSL?