Sha256: c643f901726c229f25c0beee43f24b0fa7c799f0f9c4084c85a6378c5eeab627

Contents?: true

Size: 190 Bytes

Versions: 11

Compression:

Stored size: 190 Bytes

Contents

# frozen_string_literal: true

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
omniauth-nitro-id-1.4.0 Guardfile
omniauth-nitro-id-1.3.3 Guardfile
omniauth-nitro-id-1.3.2 Guardfile
omniauth-nitro-id-1.3.1 Guardfile
omniauth-nitro-id-1.3.0 Guardfile
omniauth-nitro-id-1.2.1 Guardfile
omniauth-nitro-id-1.2.0 Guardfile
omniauth-nitro-id-1.1.1 Guardfile
omniauth-nitro-id-1.1.0 Guardfile
omniauth-nitro-id-1.0.0 Guardfile
omniauth-nitro-id-0.1.1 Guardfile