Sha256: b342f752f96dc5a466f1adc85841e86c92afd4e0cf2878518a002d8f4909298c

Contents?: true

Size: 214 Bytes

Versions: 20

Compression:

Stored size: 214 Bytes

Contents

Given /^the indentation rules are like Ruby's$/ do
  Redcar::AutoIndenter.test_rules = Redcar::AutoIndenter::Rules.new(/def/, /end/)
end

When /^I auto-indent/ do
  Redcar::AutoIndenter::IndentCommand.new.run
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
redcar-0.11 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.11.0dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.10 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.9.2 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.9.1 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.9.0 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.8.1 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.8 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.7 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.6.1 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.6 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.6.1dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.1 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5 plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.6dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.5dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.4dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.3dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.2dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb
redcar-0.5.1dev plugins/auto_indenter/features/step_definitions/indentation_steps.rb