Sha256: 845f4afd20052f2b5dfa4053f4c34e9176167f031267f072c6fb6a16571d6308

Contents?: true

Size: 174 Bytes

Versions: 43

Compression:

Stored size: 174 Bytes

Contents

guard 'rspec', :version => 2 do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
nwiki-0.3.3 Guardfile
nwiki-0.3.2 Guardfile
nwiki-0.3.1 Guardfile
nwiki-0.3.0 Guardfile
nwiki-0.2.11 Guardfile
nwiki-0.2.10 Guardfile
nwiki-0.2.9 Guardfile
nwiki-0.2.8 Guardfile
nwiki-0.2.7 Guardfile
nwiki-0.2.6 Guardfile
nwiki-0.2.5 Guardfile
nwiki-0.2.4 Guardfile
nwiki-0.2.3 Guardfile
nwiki-0.2.2 Guardfile
nwiki-0.2.1 Guardfile
nwiki-0.2.0 Guardfile
nwiki-0.1.11 Guardfile
nwiki-0.1.10 Guardfile
nwiki-0.1.9 Guardfile
nwiki-0.1.8 Guardfile