spec/tests/tasks/check/inch_spec.rb in hexx-suit-2.2.3 vs spec/tests/tasks/check/inch_spec.rb in hexx-suit-2.3.0
- old
+ new
@@ -1,12 +1,8 @@
# encoding: utf-8
describe "Rake::Task['check:inch']", :tasks do
- # The {#commands} variable is defined in the spec/support/config/tasks.rb
- # It collects the list of commands, that has been sent to system by
- # any instance of Hexx::RSpec::System utility.
-
let(:task) { Rake::Task["check:inch"] }
describe ".invoke", :sandbox, :capture do
subject { try_in_sandbox { task.invoke } }