Hello,
I have been trying and failing miserably to try and get Autotest to
work in any type of capacity in my development environment. But that is
another topic. Where I am at right now is just trying to get rSpec
version 1.1 to work in any way. If I type spec concert_spec.rb from my
rails apps spec\model folder, I get an error that says wrong number of
arguments (2 for 1). Typing in the concert_spec.rb by itself throws
another error “uninitialized constant Spec:Example::ExampleGroupMethods
(NameError)” Did rSpec version 1.1 change what it uses to run specs? I
used to be able to do these commands before 1.1. Just to let you know I
am using Windows. I have installed all the latest versions of the
plugins (rSpec 1.1, autotest 3.6.1, etc.). Any insight would be
appreciated.
thanks.
Mike R.