mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
9 lines
151 B
Ruby
Executable File
9 lines
151 B
Ruby
Executable File
require 'rspec'
|
|
|
|
class Object
|
|
# This is necessary because the RAL has a 'should'
|
|
# method.
|
|
alias :must :should
|
|
alias :must_not :should_not
|
|
end
|