Class: Object

Inherits:
BasicObject
Defined in:
lib/rspec_gandalf.rb

Instance Method Summary collapse

Instance Method Details

#shall(*args) ⇒ Object



7
8
9
# File 'lib/rspec_gandalf.rb', line 7

def shall(*args)
  should(*args)
end

#shall_not(*args) ⇒ Object



11
12
13
# File 'lib/rspec_gandalf.rb', line 11

def shall_not(*args)
  should_not(*args)
end