Re: [rspec-users] functional testing with(through?) chrome

2011-08-07 Thread Matt Wynne
On 6 Aug 2011, at 03:21, John Sayeau wrote: > Not sure if this can be done using RSpec and something else but I'm > trying to test a website using Chrome specifically. The website seems > to intermittently hang up Chrome but not Safari and it passes functional > tests without a browser. > I want

Re: [rspec-users] named context or calling include_context with block?

2011-08-07 Thread Christopher J. Bottaro
On Aug 6, 11:57 am, David Chelimsky wrote: > On Aug 6, 2011, at 10:05 AM, Christopher J. Bottaro wrote: > > > > > > > > > > > On Aug 6, 8:56 am, David Chelimsky wrote: > >> On Aug 5, 2011, at 1:55 PM, Christopher J. Bottaro wrote: > > >>> Hello, > > >>> I'm playing around with Rspec again after g

Re: [rspec-users] named context or calling include_context with block?

2011-08-07 Thread David Chelimsky
On Aug 7, 2011, at 12:17 PM, Christopher J. Bottaro wrote: > One quick thing though... I couldn't use the constant MyModule with > shared_examples and alias to it_should_behave_like. I had to change > it to a string "MyModule" then everything worked. I'm using RSpec > 2.6.4. That's fixed in git,