Module: CodeTeams::Testing::RSpecHelpers
- Defined in:
- lib/code_teams/testing/rspec_helpers.rb
Instance Method Summary collapse
Instance Method Details
#code_team_with_config(team_config = {}) ⇒ Object
11 12 13 14 15 |
# File 'lib/code_teams/testing/rspec_helpers.rb', line 11 def code_team_with_config(team_config = {}) team_config = team_config.dup team_config[:name] ||= "Fake Team #{SecureRandom.hex(4)}" CodeTeams::Testing.create_code_team(team_config) end |