Sha256: c5cda403d15de105b8f275dd8f30a77d83182b5524cf278c6958edd7a5113cfb
Contents?: true
Size: 693 Bytes
Versions: 4
Compression:
Stored size: 693 Bytes
Contents
# encoding: utf-8 describe "hexx-suit install", :sandbox 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/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 # describe $ hexx-suit install
Version data entries
4 entries across 4 versions & 1 rubygems