Sha256: 0fc5fe984f1d1bb789de67340ce1cd5868c949281fcea0d386898da883df03b8
Contents?: true
Size: 169 Bytes
Versions: 6
Compression:
Stored size: 169 Bytes
Contents
#!/bin/sh # # Run each spec in isolation # http://www.andywaite.com/2015/10/11/accidental-rails-coupling/ find . -name "*_spec.rb" -print | xargs -n 1 bundle exec rspec
Version data entries
6 entries across 6 versions & 1 rubygems