Sha256: 45136845d30c808ec839c6b5688c222e282f8c4a45cd708371b8010ec7362339

Contents?: true

Size: 292 Bytes

Versions: 23

Compression:

Stored size: 292 Bytes

Contents

guard :rspec, cmd: "bundle exec rspec" do
  require "guard/rspec/dsl"
  dsl = Guard::RSpec::Dsl.new(self)

  # Feel free to open issues for suggestions and improvements

  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { "spec" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
polytexnic-1.10.8 Guardfile
polytexnic-1.10.7 Guardfile
polytexnic-1.10.6 Guardfile
polytexnic-1.10.5 Guardfile
polytexnic-1.10.4 Guardfile
polytexnic-1.10.3 Guardfile
polytexnic-1.10.2 Guardfile
polytexnic-1.10.1 Guardfile
polytexnic-1.10.0 Guardfile
polytexnic-1.9.2 Guardfile
polytexnic-1.9.1 Guardfile
polytexnic-1.9.0 Guardfile
polytexnic-1.8.2 Guardfile
polytexnic-1.8.1 Guardfile
polytexnic-1.8.0 Guardfile
polytexnic-1.7.5 Guardfile
polytexnic-1.7.4 Guardfile
polytexnic-1.7.3 Guardfile
polytexnic-1.7.2 Guardfile
polytexnic-1.7.1 Guardfile