Method: Wagn::Commands::RspecCommand#command
- Defined in:
- lib/wagn/commands/rspec_command.rb
#command ⇒ Object
15 16 17 18 19 |
# File 'lib/wagn/commands/rspec_command.rb', line 15 def command "#{env_args} #{@opts[:executer]} " \ " #{@opts[:rescue]} rspec #{@rspec_args.shelljoin} #{@opts[:files]} "\ " --exclude-pattern \"./card/vendor/**/*\"" end |