Wednesday, July 15, 2026 4:01:55 AM
> steam_uid_spec.rb
# frozen_string_literal: true

describe ESM::Command::My::SteamUid, category: "command" do
  include_context "command"
  include_examples "validate_command"

  describe "#execute" do
    it "!command_name argument" do
      execute!

      embed = ESM.discord_bot.test_outbox.first.content
      expect(embed.description).to eq("Hey #{user.mention}, your Steam UID is: ```#{user.steam_uid}```")
    end
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7