spec/support/config/tasks.rb in hexx-suit-0.2.2 vs spec/support/config/tasks.rb in hexx-suit-1.0.0

- old
+ new

@@ -24,9 +24,9 @@ Rake.application = nil Hexx::Suit.install_tasks # Captures commands that System utility sends to system # and stores them in {#commands} array. - allow_any_instance_of(Hexx::Suit::Utils::System) + allow_any_instance_of(Hexx::RSpec::System) .to receive(:system) { |command| commands << command } end end