test/config_test.rb in download_tv-2.6.1 vs test/config_test.rb in download_tv-2.6.2
- old
+ new
@@ -46,10 +46,10 @@
describe 'the breaking_changes method' do
it 'returns nil when both versions are equal' do
create_dummy_config(config_path)
c = DownloadTV::Configuration.new(path: config_path)
- c.breaking_changes?(DownloadTV::VERSION).must_be_nil
+ _(c.breaking_changes?(DownloadTV::VERSION)).must_be_nil
end
it "returns true when there's been a major update" do
create_dummy_config(config_path)