implement players
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
RSpec.describe EuchreCamp::Actions::Players::Show do
|
||||
let(:params) { Hash[] }
|
||||
|
||||
it "works" do
|
||||
response = subject.call(params)
|
||||
expect(response).to be_successful
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user