I want to avoid having to set the CLI options for each of my guardfiles’ rspec sections, like so:
guard 'rspec', :cli => "--color --drb --format documentation", :version => 2 do
I took out those :cli options entirely and restarted Guard but it did not load my custom options from ~/.rspec. I do not have a .rspec dotfile in my project dir either.
Any ideas on how to link up Guard with that dotfile?
1 Answer