Sha256: babd3eea0a450227d38d719ec4177e7b58ffd6ca0a17218907114fdb3a716472
Contents?: true
Size: 1 KB
Versions: 2
Compression:
Stored size: 1 KB
Contents
#-- # wwwjdic # Copyright © 2014, 2015, 2016, 2017, 2018, 2019 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 # Free Software Foundation, either version 3 of the License, or (at your # option) any later version. # # wwwjdic is distributed in the hope that it will be useful, but WITHOUT # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # # You should have received a copy of the GNU General Public License # along with wwwjdic. If not, see <http://www.gnu.org/licenses/>. #++ require_relative 'test_helper' describe WWWJDic::WWWJDic do describe 'when created' do subject {WWWJDic::breener} it 'must create a wwwjdic object' do subject.wont_be_nil subject.must_be_instance_of WWWJDic::WWWJDic end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wwwjdic-13.0.1 | test/test_wwwjdic.rb |
wwwjdic-13.0.0 | test/test_wwwjdic.rb |