Sha256: 2a82e3f0e7612dd89f698f1f2c42795113bc066efaf3ca7c68a7018ceba2b90f
Contents?: true
Size: 767 Bytes
Versions: 4
Compression:
Stored size: 767 Bytes
Contents
# encoding: utf-8 describe "hexx-suit install", :sandbox do describe "install" do before { try_in_sandbox { `hexx-suit install` } } it "creates necessary files" do %w( .rspec .rubocop.yml .yardopts Guardfile Rakefile config/metrics/cane.yml config/metrics/churn.yml config/metrics/flay.yml config/metrics/metric_fu.yml config/metrics/pippi.yml config/metrics/reek.yml config/metrics/roodi.yml config/metrics/rubocop.yml config/metrics/saikuro.yml config/metrics/simplecov.yml config/metrics/yardstick.yml config/metrics/STYLEGUIDE ).each { |file| expect(file).to be_present_in_sandbox } end end end
Version data entries
4 entries across 4 versions & 1 rubygems