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.7.0 Guardfile
polytexnic-1.6.6 Guardfile
polytexnic-1.6.5 Guardfile