Sha256: 470e764c7f551d0894a5cf3c87b3b3880fede14894c0f7e026cd3818c36c6109
Contents?: true
Size: 384 Bytes
Versions: 13
Compression:
Stored size: 384 Bytes
Contents
guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch('lib/vatsim_online/version.rb') watch('lib/vatsim_online/station.rb') watch('lib/vatsim_online/data_downloader.rb') watch('lib/vatsim_online/station_parser.rb') watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch(%r{^lib/vatsim_online/(.+)\.rb$}) watch('spec/spec_helper.rb') { "spec" } end
Version data entries
13 entries across 13 versions & 1 rubygems