[rspec-users] Newbie Error Running specs
Steve Tooke
steve.tooke at gmail.com
Thu Dec 7 04:32:05 EST 2006
I tried recreating this outside of the rails environment, so just a
spec file like this
test_spec.rb -
context "test context" do
setup do
#nothing
end
specify "nothing to specify" do
#nothing
end
end
and running that with spec it works fine.
Your rails plugin version should always match the gem version you have
installed, so it may be worth upgrading the plugin and see if that
fixes your problem?
Steve
On 12/7/06, allan miller <allan.m.miller at gmail.com> wrote:
> I'm new to rspec. I just installed these:
>
> rspec (0.7.4) RSpec-0.7.4 (r1201) (rspec gem)
> rspec_on_rails .3 plugin (on vendor/plugin)
More information about the rspec-users
mailing list