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