Forum: RSpec unable to describe...expected?

Posted by Roger Pack (rogerdpack)
on 2010-01-27 06:25
(Received via mailing list)
Question.
I noticed that this code:

class Redcar::Project
  describe FileMirror do

is allowed, however this code

module Redcar
 describe Project do
    ...


is not.
Is this expected?
-r
Posted by Roger Pack (rogerdpack)
on 2010-01-27 06:41
(Received via mailing list)
> is allowed, however this code
>
> module Redcar
>  describe Project do
>     ...
>
> is not.

Oops--appears the problem was that I was running it as ruby instead of
spec (and/or including autorun).  Sorry for the noise.
-r
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.