jnicklas/turnip

View on GitHub
lib/turnip/rspec.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method run_scenario_group has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def run_scenario_group(context, group, filename)
        background_steps = group.backgrounds.map(&:steps).flatten

        context.before do
          background_steps.each do |step|
Severity: Minor
Found in lib/turnip/rspec.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status