Sha256: 7b1bab9bf622dbc8f9195880a41703e09a5ec9183467c5e8d6b6a832b2091442
Contents?: true
Size: 492 Bytes
Versions: 4
Compression:
Stored size: 492 Bytes
Contents
# frozen_string_literal: true # More info at https://github.com/guard/guard#readme # 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 # RSpec files rspec = dsl.rspec watch(rspec.spec_helper) { rspec.spec_dir } watch(rspec.spec_support) { rspec.spec_dir } watch(rspec.spec_files) # Ruby files ruby = dsl.ruby dsl.watch_spec_files_for(ruby.lib_files) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
faker-bot-0.5.3 | Guardfile |
faker-bot-0.5.2 | Guardfile |
faker-bot-0.5.1 | Guardfile |
faker-bot-0.5.0 | Guardfile |