|
|
@ -123,6 +123,8 @@ RSpec.configure do |config| |
|
|
|
RequestHelper.real_http_requests |
|
|
|
RequestHelper.real_http_requests |
|
|
|
Singleton.__init__(FormHandler) |
|
|
|
Singleton.__init__(FormHandler) |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
config.profile_examples = 20 |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
RSpec::Matchers.define_negated_matcher :not_change, :change |
|
|
|
RSpec::Matchers.define_negated_matcher :not_change, :change |
|
|
|