1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2025-06-26 12:30:18 +02:00

Fix tests to use rspec expect syntax

This commit is contained in:
cn
2016-11-30 22:07:51 +01:00
parent f76c5933d7
commit 7ce1c1f480
2 changed files with 51 additions and 54 deletions

View File

@ -6,7 +6,3 @@ require 'rack/test'
require 'dyndnsd'
require 'support/dummy_database'
require 'support/dummy_updater'
RSpec.configure do |config|
config.expect_with(:rspec) { |c| c.syntax = :should }
end