Skip to content

Commit

Permalink
Update matchups_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Fustrate authored Jun 15, 2024
1 parent 462a4e3 commit 949d884
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
stub_requests! with_response: true
end

describe '#box_score_section' do
it 'generates a box score' do
describe '#matchups_section' do
it 'generates a matchups section' do
expect(described_class.new(game_thread_template(:preview)).to_s).to eq <<~MARKDOWN.strip
|LAD vs. Gray|AVG|OPS|AB|HR|RBI|K|
|-|-|-|-|-|-|-|
Expand Down

0 comments on commit 949d884

Please sign in to comment.