test/test_wwwjdic.rb in wwwjdic-13.0.1 vs test/test_wwwjdic.rb in wwwjdic-14.0.0
- old
+ new
@@ -1,8 +1,8 @@
#--
# wwwjdic
-# Copyright © 2014, 2015, 2016, 2017, 2018, 2019 Marco Bresciani
+# Copyright © 2014, 2015, 2016, 2017, 2018, 2019, 2020 Marco Bresciani
#
# This file is part of wwwjdic.
#
# wwwjdic is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@@ -20,13 +20,13 @@
require_relative 'test_helper'
describe WWWJDic::WWWJDic do
describe 'when created' do
- subject {WWWJDic::breener}
+ subject { WWWJDic::breener }
it 'must create a wwwjdic object' do
- subject.wont_be_nil
- subject.must_be_instance_of WWWJDic::WWWJDic
+ _(subject).wont_be_nil
+ _(subject).must_be_instance_of WWWJDic::WWWJDic
end
end
end