spec/tests/tasks/check/coverage/display_spec.rb in hexx-suit-0.2.2 vs spec/tests/tasks/check/coverage/display_spec.rb in hexx-suit-1.0.0
- old
+ new
@@ -2,12 +2,12 @@
describe "Rake::Task['check:coverage:display']", :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::Suit::Utils::System utility.
+ # any instance of Hexx::RSpec::System utility.
- let(:metric) { Hexx::Suit::Metrics::SimpleCov }
+ let(:metric) { Hexx::RSpec::Metrics::SimpleCov }
let(:task) { Rake::Task["check:coverage:display"] }
describe ".invoke", :sandbox do
subject { try_in_sandbox { task.invoke } }