Class: Lanes::DummyUser
- Inherits:
-
Object
- Object
- Lanes::DummyUser
- Defined in:
- lib/lanes/spec_helper.rb
Instance Method Summary collapse
Instance Method Details
#can_delete?(*args) ⇒ Boolean
30 31 32 |
# File 'lib/lanes/spec_helper.rb', line 30 def can_delete?(*args) true end |
#can_read?(*args) ⇒ Boolean
24 25 26 |
# File 'lib/lanes/spec_helper.rb', line 24 def can_read?(*args) true end |
#can_write?(*args) ⇒ Boolean
27 28 29 |
# File 'lib/lanes/spec_helper.rb', line 27 def can_write?(*args) true end |