y-yagi / minitest-sound

MIT License
6 stars 0 forks source link

Rails specific instructions #1

Closed taq closed 10 years ago

taq commented 10 years ago

Hi, very nice idea!

I'm trying to make it works with Rails 4 but I have no success. I also cloned your repo and run the tests, they run ok, but when using it with minitest-rails and minitest-reporters, I have no sound answer.

Also checked the mp3 files permissions, and they are ok. Using GNU/Linux Ubuntu here, with mp3123 installed and working.

Is there some specific instructions to make it work with Rails?

Thanks!

y-yagi commented 10 years ago

Thank you for trying!

When use with Rails, the specific instructions are unnecessary.But minitest-sound does not work together now with minitest-reporters.

minitest-sound use Minitest.reporter, but probably minitest-reporters overwrite in Minitest.reporter setting.

I examine a way to solve this problem now.

Thanks!

taq commented 10 years ago

Ok! Thanks for your effort!

y-yagi commented 10 years ago

I fixed this problem at v 0.0.4. And, added setting to use for readme with minitest-reporter.

Please check on that.

Thanks!

taq commented 10 years ago

Worked perfectly! Thank you so much!