Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rspec rubocop #290

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: formatting
  • Loading branch information
Daniel-Worrall committed Jan 29, 2025
commit 808c6f56837159245b6d85295c1556cd15ccdd4b
2 changes: 1 addition & 1 deletion spec/data/message_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

it 'sets parse to an empty array add merges the mention_user param' do
allow(message).to receive(:respond)
message.reply!(content, allowed_mentions: false, mention_user: mention, 0)
message.reply!(content, allowed_mentions: false, mention_user: mention, flags: 0)

expect(message).to have_received(:respond).with(content, false, nil, nil, { parse: [], replied_user: mention }, message, nil, 0)
end
Expand Down
Loading