<skofo>
It's not perfect atm, but I'm happy to finally be able to run my Minitest tests through Opal
skofo has quit [Ping timeout: 245 seconds]
skofo has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
<adambeynon>
skofo: awesome. Been hoping to do that for a while
<skofo>
Thank you
e_dub has joined #opal
meh`_ has quit [Ping timeout: 240 seconds]
elia has joined #opal
elia has quit [Client Quit]
elia has joined #opal
<elia>
e_dub, you around?
<e_dub>
hey man
skofo has quit [Ping timeout: 244 seconds]
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
e_dub has quit [Ping timeout: 240 seconds]
e_dub has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
e_dub has quit [Quit: It's a hard knock life]
dimaursu16 has quit [Ping timeout: 255 seconds]
dimaursu16 has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
ylluminate has joined #opal
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
elia has joined #opal
elia has quit [Quit: Computer has gone to sleep.]
e_dub has joined #opal
GitHub181 has joined #opal
GitHub181 has left #opal [#opal]
<GitHub181>
[opal-rspec] wasnotrice opened pull request #9: Named subject (master...named_subject) http://git.io/qYfHuA
GitHub101 has joined #opal
GitHub101 has left #opal [#opal]
<GitHub101>
[opal-rspec] wasnotrice opened pull request #10: Add examples for one-liner syntax (master...one_liner_syntax) http://git.io/uczO_Q
skofo has joined #opal
[o__o] has quit [Remote host closed the connection]
<wasnotrice>
adambeynon: Looking at rspec-its again. I got it to work as expected in a blank application, so it must be something with my setup. Will report back when I figure it out.
<adambeynon>
wasnotrice: okay. I was intending to look at it tonight, as well as those two opened github issues
<adambeynon>
I found a bug with using mocks as well, so there are some things that do need fixing :)
<wasnotrice>
Cool. Thank you. I hope starting the pull requests is helpful. I would rather give you working code than questions, but for now it's failing specs and questions ;)
<adambeynon>
wasnotrice: I do find it a very useful starting point. Much easier than having to import code from a gist/email etc
<adambeynon>
will let you know how I get on
<wasnotrice>
Thanks
<adambeynon>
also, the work @elia is doing on the new require system should make it a lot easier to use the default rspec runner, instead of our custom one (for loading specs etc)
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
<wasnotrice>
adambeynon: that'll be sweet. I was just thinking about how to expose the glob used for loading specs
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
[o__o] has quit [Remote host closed the connection]
[o__o] has joined #opal
meh` has joined #opal
skofo has quit [Ping timeout: 255 seconds]
<wasnotrice>
adambeynon: I've narrowed down the issue with rspec-its. It works with rspec v3.0.0.beta2, but not with rspec v3.0.0.rc1. See https://github.com/wasnotrice/opal-rspec-its-test for a minimal example app (has passing and failing branches).
<wasnotrice>
Maybe comes in handy when opal-rspec upgrades rspec version