Sha256: 5bd068b6a86a6366c4da9a9e67c035dacf48a701ea82c30accb3c2d4027fdd31
Contents?: true
Size: 323 Bytes
Versions: 10
Compression:
Stored size: 323 Bytes
Contents
# encoding: utf-8 describe "hexx-rspec install", :sandbox do before { try_in_sandbox { `hexx-rspec install` } } it "creates necessary files" do %w( .rspec Rakefile config/metrics/simplecov.yml ).each { |file| expect(file).to be_present_in_sandbox } end end # describe hexx-rspec install
Version data entries
10 entries across 10 versions & 1 rubygems