File tree Expand file tree Collapse file tree 6 files changed +83
-1
lines changed
Expand file tree Collapse file tree 6 files changed +83
-1
lines changed Original file line number Diff line number Diff line change 1- guard 'rspec' do
1+ # frozen_string_literal: true
2+
3+ guard :rspec , cmd : 'bin/rspec' do
24 watch ( %r{^spec/.+_spec\. rb} )
35 watch ( %r{^lib/(.+)\. rb} ) { |m | "spec/lib/#{ m [ 1 ] } _spec.rb" }
46 watch ( 'spec/spec_helper.rb' ) { "spec" }
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application '_guard-core' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "guard" , "_guard-core" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'appraisal' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "appraisal" , "appraisal" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'guard' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "guard" , "guard" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'rake' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "rake" , "rake" )
Original file line number Diff line number Diff line change 1+ #!/usr/bin/env ruby
2+ # frozen_string_literal: true
3+
4+ #
5+ # This file was generated by Bundler.
6+ #
7+ # The application 'rspec' is installed as part of a gem, and
8+ # this file is here to facilitate running it.
9+ #
10+
11+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../Gemfile" , __dir__ )
12+
13+ require "rubygems"
14+ require "bundler/setup"
15+
16+ load Gem . bin_path ( "rspec-core" , "rspec" )
You can’t perform that action at this time.
0 commit comments