colby-swandale / waterfoul

Gameboy emulator written in Ruby-lang
92 stars 7 forks source link

Passing spec #1

Closed kbrock closed 8 years ago

kbrock commented 8 years ago

Hello Colby,

Very fun project.

Had a few ideas to speed this up, but would feel more comfortable if the tests were passing.

Any suggestions on getting the specs to pass. Do you know if they are is a) unimplemented features, b) broken code, or c) broken tests?

Thanks

colby-swandale commented 8 years ago

HI @kbrock, thanks for the report. Sadly due to my laziness the tests are a bit of a lost child, during development i was rarely updating the specs and they have gotten old and as you have reported, breaking.

I am taking a look at them now and fixing/removing what i can to a satisfactory manner.

colby-swandale commented 8 years ago

Hi @kbrock, I have updated the specs and should all be passing. Can you verify on your machine with rspec?

kbrock commented 8 years ago

Perfect. thanks.

I'll see if some ideas keep these passing.

Agreed that time is limited and too many side projects...