Sha256: 5b34363d26d04daea61165b3b280894da216c9f81ab8252df1e5fcd8d5801be7

Contents?: true

Size: 285 Bytes

Versions: 33

Compression:

Stored size: 285 Bytes

Contents

guard 'rspec', cli: '--drb --profile', all_after_pass: false 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

33 entries across 33 versions & 4 rubygems

Version Path
rails_bootstrap_navbar-3.0.0 Guardfile
tries-0.3.2 Guardfile
rails_bootstrap_navbar-2.0.1 Guardfile
bootstrap-navbar-2.1.0 Guardfile
bootstrap-navbar-2.0.0 Guardfile
rails_bootstrap_navbar-1.1.1 Guardfile
rails_bootstrap_navbar-1.1.0 Guardfile
bootstrap-navbar-1.1.0 Guardfile
bootstrap-navbar-1.0.2 Guardfile
bootstrap-navbar-1.0.1 Guardfile
rails_bootstrap_navbar-1.0.1 Guardfile
rails_bootstrap_navbar-1.0.1.pre2 Guardfile
bootstrap-navbar-1.0.0.pre8 Guardfile
bootstrap-navbar-1.0.0.pre7 Guardfile
rails_bootstrap_navbar-1.0.1.pre1 Guardfile
bootstrap-navbar-1.0.0.pre6 Guardfile
bootstrap-navbar-1.0.0.pre5 Guardfile
rails_bootstrap_navbar-1.0.0.pre Guardfile
bootstrap-navbar-1.0.0.pre4 Guardfile
bootstrap-navbar-1.0.0.pre3 Guardfile