spec/tests/lib/install_spec.rb in hexx-suit-2.1.0 vs spec/tests/lib/install_spec.rb in hexx-suit-2.2.0

- old
+ new

@@ -23,9 +23,10 @@ config/metrics/rubocop.yml config/metrics/saikuro.yml config/metrics/simplecov.yml config/metrics/yardstick.yml config/metrics/STYLEGUIDE + spec/spec_helper.rb ).each { |file| expect(file).to be_present_in_sandbox } end it "adds Hexx::Suit tasks loader to Rakefile" do expect(read_in_sandbox "Rakefile").to include "Hexx::Suit.install_tasks"