Skip to content

Commit 11af879

Browse files
committed
docs: simplify testing example to use built-in properties only
1 parent 988b333 commit 11af879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Example usage in a spec:
130130
```ruby
131131
RSpec.describe 'my feature' do
132132
it 'works with a team' do
133-
team = code_team_with_config(name: 'Test Team', github: { team: '@org/test' })
133+
team = code_team_with_config(name: 'Test Team')
134134
135135
expect(CodeTeams.find('Test Team')).to eq(team)
136136
end

0 commit comments

Comments
 (0)