lib/mattock/testing/mock-command-line.rb in mattock-0.3.1 vs lib/mattock/testing/mock-command-line.rb in mattock-0.3.2
- old
+ new
@@ -29,9 +29,10 @@
fail "Command line executed in specs without 'expect_command' or 'expect_some_commands'"
end
end
module CommandLineExampleGroup
+ include CommandLineDSL
module MockingExecute
def execute
Mattock::CommandLine.execute(command)
end
end