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

Gamestat/method 1 #6

Merged
merged 2 commits into from
Jul 31, 2024
Merged

Gamestat/method 1 #6

merged 2 commits into from
Jul 31, 2024

Conversation

CCirbo
Copy link
Owner

@CCirbo CCirbo commented Jul 30, 2024

Fixed where game-team spec test files, put them in right file, also set up dummy csv files.

expect(@game_teams_data).to be_an_instance_of(GameTeam)
end

xit 'has attributes' do
Copy link
Collaborator

@jimmacur jimmacur Jul 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be unskipped now that you have the dummy stats?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a few other things in the test would need to be adjusted a little first.

@jimmacur
Copy link
Collaborator

This is looking good. Just one small thing, I think we can un-skip the test now that the dummy stats are in.Otherwise ready to merge.

RSpec.describe GameTeam do
before(:each) do

@game_teams_data = GameTeam.new({})
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be adjusted to take in one of your dummy files

@stefanjbloom
Copy link
Collaborator

Clean it up afterwards as well.

@stefanjbloom stefanjbloom merged commit 89badbe into main Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants