Sha256: cfbdeae2bd291e0b6e2a923a451aa1bef2ac485b22f977a8522922ca94b23654

Contents?: true

Size: 271 Bytes

Versions: 13

Compression:

Stored size: 271 Bytes

Contents

# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard :rspec, :cmd => "bundle exec rspec spec" do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/lib/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
sb-omniauth-kakao-0.3.2 Guardfile
sb-omniauth-kakao-0.3.1 Guardfile
sb-omniauth-kakao-0.3.0 Guardfile
omniauth-kakao-bucketplace-0.1.6 Guardfile
omniauth-kakao-bucketplace-0.1.5 Guardfile
omniauth-kakao-0.2.0 Guardfile
omniauth-kakao-myletter-0.1.3 Guardfile
omniauth-kakao-myletter-0.1.2 Guardfile
omniauth-kakao-0.1.2 Guardfile
omniauth-kakao-0.1.1 Guardfile
omniauth-kakao-0.1.0 Guardfile
omniauth-kakao-0.0.3 Guardfile
omniauth-kakao-0.0.2 Guardfile