features/support/command_rspec_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'rspec_command'

RSpec.configure do |config|
  config.include RSpecCommand
end