lib/rspec/tabular.rb
Method its_with
has 32 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def its_with(attribute, *input_values, &block)
if block.nil? && (metadata[:inputs].size == input_values.size - 1)
expected_value = input_values.pop
block = proc { should eq(expected_value) }
end