Sha256: d9ef0f44acb88daac8f5b64808c39dc58585a52da03be99717f9159fe9d1d547

Contents?: true

Size: 391 Bytes

Versions: 12

Compression:

Stored size: 391 Bytes

Contents

# encoding: utf-8

module Hexx
  module Suit
    module Metrics
      class MetricFu < RSpec::Metrics::Base

        # The configurer for the Churn metric
        class Churn < Base

          private

          def name
            :churn
          end

          def options
            %w(ignore_files start_date minimum_churn_count)
          end
        end
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.3.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.2.3 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.2.2 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.2.1 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.2.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.1.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-2.0.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-1.5.0-x86_64-linux lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-1.3.0-x86_64-linux lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-1.2.0 lib/hexx/suit/metrics/metric_fu/churn.rb
hexx-suit-1.0.0 lib/hexx/suit/metrics/metric_fu/churn.rb