<  February 2010   >
Su Mo Tu We Th Fr Sa
    1  2  3  4  5  6
 7  8  9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28
00:19 jxie joined
00:50 RurouniJones joined
00:53 jxie joined
01:29 jomz joined
01:29 jxie joined
01:53 jxie joined
02:15 aantix joined
02:29 jxie joined
02:40 josephwilk joined
02:55 mixandgo joined
03:31 benlovell joined
04:00 tvw joined
04:42 jomz joined
04:48 jxie joined
05:24 jxie joined
05:31 ashley_moran joined
05:39 jxie joined
05:46 jxie joined
05:55 jxie joined
06:09 Kero joined
06:14 charlenopires joined
06:16 jschoolcraft joined
06:29 jxie joined
06:31 spicycode joined
06:40 hugod joined
06:54 mrchrisadams joined
06:59 jxie joined
07:05 merboutpost joined
07:14 pblittle joined
07:27 jxie joined
07:34 jxie joined
07:59 jxie joined
08:14 jxie joined
08:54 jxie joined
09:04 jschoolcraft joined
09:26 jxie joined
09:44 jxie joined
09:44 charleyb joined
09:52 jxie joined
10:02 werdnativ joined
10:29 stepheneb joined
10:43 <ashley_moran> hi is anyone here using RSpec (1.3.0) on Ruby 1.9.1?
10:45 <ashley_moran> and/or using Bundler on the project?
10:45 <ashley_moran> i'm not being too specific, there must be hundreds of you :)
10:53 hgimenez joined
10:55 scottmotte joined
11:04 path[l] joined
11:05 <path[l]> hi does anyone know if mocha allows me to use a statemachine to constrain a stub?
11:10 <hgimenez> "undefined method `mock' for #<Rspec::Core::ExampleGroup::NestedLevel_1:0x00000102187e80>" (Rspec 2.0.0.a4) - do I need how/where do I require rspec/mocks
11:10 <hgimenez> ?
11:17 <technicalpickles> hgimenez: I'm pretty sure it's a separate gem now, the mock stuff
11:17 <technicalpickles> if I were to guess, it'd be in require 'rspec/mocks' in spec_helper.rb
11:18 <hgimenez> technicalpickles: indeed it is http://gemcutter.org/gems/rspec-mocks. Trying to hook it up though
11:18 <hgimenez> tried that, no go
11:19 <technicalpickles> no go in what sense
11:19 <technicalpickles> it didn't define mock, or it failed some other way
11:19 <hgimenez> still undefinied method 'mock'
11:20 <technicalpickles> maybe look in the source to see where 'mock' comes from? :)
11:20 <hgimenez> ack
11:23 <hgimenez> should be able to figure this out. I got it working on one app that was ported to rails 3, but not on a plugin that is tested with rspec...
11:48 aantix joined
12:09 bdimcheff joined
12:10 bakineggs joined
12:18 raidfive joined
13:47 linoj joined
13:56 ashley_moran joined
14:48 stepheneb joined
14:52 scottmotte joined
15:01 <foca> where's rspec 2 development happening?
15:01 <foca> oh, duh, github.com/rspec
15:01 <foca> I kept checking dchelimsky :)
15:40 tvw joined
15:41 linoj joined
15:47 raidfive joined
16:15 therrg joined
16:16 bakineggs joined
16:21 mrchrisadams joined
16:27 bcardarella joined
17:14 geetarista joined
17:17 stepheneb joined
17:18 bakineggs joined
17:24 jschoolcraft joined
17:37 adamaig joined
17:52 hgimenez joined
18:04 mnoble joined
18:04 schrd_ joined
18:25 scottmotte joined
18:45 scottmotte joined
18:48 linoj joined
18:59 mrchrisadams joined
19:18 bdimcheff joined
20:23 jxie joined
20:50 stepheneb joined
21:10 path[l] joined
21:16 jxie joined
21:35 jxie joined
22:10 path[l] left
22:19 beilabs joined
22:49 charleyb joined
22:57 anathematic joined
23:21 path[l] joined
23:23 <path[l]> hi, Im having some trouble with the "should raise_error" thing
23:23 <path[l]> my tests are failing because of the error
23:23 <path[l]> I expected the should raise_error to catch it
23:23 <path[l]> http://moonpatio.org/fastcgi/hpaste.fcgi/view?id=6650#a6650
23:39 <path[l]> oh it needs a lambda :/, lame.
23:39 <path[l]> but yeah I see why
23:40 <path[l]> otherwise you'd have to parse the test and replace pieces of code with lambda
23:50 path[l] joined