ddsnowboard / FantasyStocks

A website where you play a game of fantasy stocks.
http://fantasystocks.herokuapp.com
Apache License 2.0
0 stars 1 forks source link

Fix #41 #43

Closed ddsnowboard closed 8 years ago

ddsnowboard commented 8 years ago

There was a bug where adding a stock through the edit floor page wouldn't actually add it to the floor player, so it would show up, but you could never trade for it. There was also a related bug where you could delete a stock from a floor but it would still be owned by someone, so you would get points for it even though it was invisible. I fixed those and added tests to make sure that they don't come back.

Close #41.