Sha256: f75437f40de5824d7152641714db5cbb3b8375d1afc479c04aa8896cd51b8030
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
require "test_helper" require "rubycritic/analysers_runner" describe Rubycritic::AnalysersRunner do describe "#run" do it "returns an array containing smell adapters" do smell_adapters = Rubycritic::AnalysersRunner.new("test/samples/location/file0.rb").run smell_adapters.each { |adapter| adapter.must_respond_to(:smells) } end end end
Version data entries
4 entries across 4 versions & 1 rubygems