Sha256: d01b2cab57f1591d51634425c6ba104bd7871a6d44ab19b2ce04bdcf9f3b6ae6

Contents?: true

Size: 326 Bytes

Versions: 47

Compression:

Stored size: 326 Bytes

Contents

guard 'rspec', cmd: 'bundle exec rspec', failed_mode: :none, all_after_pass: true, all_on_start: true do
  # Specs
  watch(%r(^spec/.+_spec\.rb$))
  watch('spec/spec_helper.rb')       { 'spec' }
  watch(%r(^spec/support/(.+)\.rb$)) { 'spec' }

  # Files
  watch(%r(^lib/(.+)\.rb$))          { |m| "spec/#{m[1]}_spec.rb" }
end

Version data entries

47 entries across 47 versions & 4 rubygems

Version Path
bootstrap-navbar-3.2.2 Guardfile
bootstrap-navbar-3.2.1 Guardfile
bootstrap-navbar-3.2.0 Guardfile
bootstrap-navbar-3.1.2 Guardfile
bootstrap-navbar-3.1.1 Guardfile
bootstrap-navbar-3.1.0 Guardfile
bootstrap-navbar-3.0.7 Guardfile
bootstrap-navbar-3.0.6 Guardfile
gem_config-0.3.2 Guardfile
bootstrap-navbar-3.0.5 Guardfile
bootstrap-navbar-3.0.4 Guardfile
bootstrap-navbar-3.0.3 Guardfile
bootstrap-navbar-3.0.2 Guardfile
bootstrap-navbar-3.0.1 Guardfile
bootstrap-navbar-3.0.0 Guardfile
bootstrap-navbar-2.5.0 Guardfile
bootstrap-navbar-2.4.0 Guardfile
bootstrap-navbar-2.3.0 Guardfile
bootstrap-navbar-2.2.4 Guardfile
nifty_settings-2.0.0 Guardfile