Sha256: f70257cb8df7c1926feb26ecd2b05ca01041fc85d4cbf727bfbd1ad154811dab

Contents?: true

Size: 356 Bytes

Versions: 5

Compression:

Stored size: 356 Bytes

Contents

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
twitter-bootstrap-markup-rails-0.3.0 Guardfile
twitter-bootstrap-markup-rails-0.2.2 Guardfile
twitter-bootstrap-markup-rails-0.2.1 Guardfile
twitter-bootstrap-markup-rails-0.2.0 Guardfile
twitter-bootstrap-markup-rails-0.1.0 Guardfile