Sha256: edf918ffdca8de93f05f907643c9230dc95da9e2505554010744ee694897ce7d

Contents?: true

Size: 238 Bytes

Versions: 15

Compression:

Stored size: 238 Bytes

Contents

Given(/^I have no templates installed$/) do
  FileUtils.rm_rf Dir.glob(MB::FileSystem.templates.join("*"))
end

Then(/^I should have no templates installed$/) do
  expect(Dir.glob(MB::FileSystem.templates.join("*"))).to have(0).items
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
motherbrain-1.5.0 features/step_definitions/template_steps.rb
motherbrain-1.4.0 features/step_definitions/template_steps.rb
motherbrain-1.3.0 features/step_definitions/template_steps.rb
motherbrain-1.2.1 features/step_definitions/template_steps.rb
motherbrain-1.2.0 features/step_definitions/template_steps.rb
motherbrain-1.1.3 features/step_definitions/template_steps.rb
motherbrain-1.1.2 features/step_definitions/template_steps.rb
motherbrain-1.1.1 features/step_definitions/template_steps.rb
motherbrain-1.1.0 features/step_definitions/template_steps.rb
motherbrain-1.0.0 features/step_definitions/template_steps.rb
motherbrain-0.14.5 features/step_definitions/template_steps.rb
motherbrain-0.14.4 features/step_definitions/template_steps.rb
motherbrain-0.14.3 features/step_definitions/template_steps.rb
motherbrain-0.14.2 features/step_definitions/template_steps.rb
motherbrain-0.13.1 features/step_definitions/template_steps.rb