Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Bacon Testing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Scott LaBounty  
View profile  
 More options Aug 12 2010, 3:53 pm
From: Scott LaBounty <slabou...@gmail.com>
Date: Thu, 12 Aug 2010 12:53:07 -0700
Local: Thurs, Aug 12 2010 3:53 pm
Subject: Bacon Testing

Using an application created with "ramaze create foo" when I try to run the
tests using "bacon spec/main.rb" I get ...

0 specifications (0 requirements), 0 failures, 0 errors
/var/lib/gems/1.9.1/gems/innate-2010.04/lib/innate/spec/bacon.rb:4:in
`require': no such file to load -- rack/test (LoadError)
    from
/var/lib/gems/1.9.1/gems/innate-2010.04/lib/innate/spec/bacon.rb:4:in `<top
(required)>'
    from
/var/lib/gems/1.9.1/gems/ramaze-2010.04.04/lib/ramaze/spec/bacon.rb:10:in
`require'
    from
/var/lib/gems/1.9.1/gems/ramaze-2010.04.04/lib/ramaze/spec/bacon.rb:10:in
`<top (required)>'
    from /home/slabounty/RamazeTutorial/foo/spec/main.rb:2:in `require'
    from /home/slabounty/RamazeTutorial/foo/spec/main.rb:2:in `<top
(required)>'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:115:in `load'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:115:in `block in
<top (required)>'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:114:in `each'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:114:in `<top
(required)>'
    from /var/lib/gems/1.9.1/bin/bacon:19:in `load'
    from /var/lib/gems/1.9.1/bin/bacon:19:in `<main>'
/var/lib/gems/1.9.1/gems/innate-2010.04/lib/innate/spec/bacon.rb:4:in
`require': no such file to load -- rack/test (LoadError)
    from
/var/lib/gems/1.9.1/gems/innate-2010.04/lib/innate/spec/bacon.rb:4:in `<top
(required)>'
    from
/var/lib/gems/1.9.1/gems/ramaze-2010.04.04/lib/ramaze/spec/bacon.rb:10:in
`require'
    from
/var/lib/gems/1.9.1/gems/ramaze-2010.04.04/lib/ramaze/spec/bacon.rb:10:in
`<top (required)>'
    from /home/slabounty/RamazeTutorial/foo/spec/main.rb:2:in `require'
    from /home/slabounty/RamazeTutorial/foo/spec/main.rb:2:in `<top
(required)>'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:115:in `load'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:115:in `block in
<top (required)>'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:114:in `each'
    from /var/lib/gems/1.9.1/gems/bacon-1.1.0/bin/bacon:114:in `<top
(required)>'
    from /var/lib/gems/1.9.1/bin/bacon:19:in `load'
    from /var/lib/gems/1.9.1/bin/bacon:19:in `<main>'

I'm not sure here if a) I'm missing something I need (gem or other) or b) if
I'm trying to do this incorrectly (I haven't really done much in the way of
testing this way before).

Thanks,

--
Scott
http://steamcode.blogspot.com/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lee Jarvis  
View profile  
 More options Aug 12 2010, 5:24 pm
From: Lee Jarvis <ljjar...@gmail.com>
Date: Thu, 12 Aug 2010 14:24:29 -0700 (PDT)
Local: Thurs, Aug 12 2010 5:24 pm
Subject: Re: Bacon Testing
Scott,

The bacon specs rely on the rack-test gem (http://github.com/brynary/
rack-test).

Install that and you should be fine.

On Aug 12, 8:53 pm, Scott LaBounty <slabou...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott LaBounty  
View profile  
 More options Aug 12 2010, 5:47 pm
From: Scott LaBounty <slabou...@gmail.com>
Date: Thu, 12 Aug 2010 14:47:55 -0700
Local: Thurs, Aug 12 2010 5:47 pm
Subject: Re: Bacon Testing

Lee,

Looks like that got me started.

Thanks!

Scott

--
Scott
http://steamcode.blogspot.com/

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »