Kuchitama/EmlauncherRegister

rewrite specs

Opened this issue · 0 comments

Specs shows below warning.

Deprecation Warnings:
Using `should` from rspec-expectations' old `:should` syntax without explicitly enabling the syntax is deprecated. Use the new `:expect` syntax or explicitly enable `:should` with `config.expect_with(:rspec) { |c| c.syntax = :should }` instead. Called from /home/travis/build/Kuchitama/EmlauncherRegister/spec/emlauncher/register/server/config_spec.rb:29:in `block (2 levels) in <top (required)>'.

We should use expecte syntax.