I cant get rspec to work

I can't get rspec to work. I did the first level on codeschool, only i followed on my own computer, and it worked fine (had to change should with expect). But now it suddenly stopped doin it thing.

I'm not sure if I did anything to make this happen.

This happens

I know this probobly isn't sufficient to figure out whats wrong, but do anyone have a clue, or know where I can fix this.

I'm a novice in this so go easy.

Thanks.

Upvotes: 0

Views: 41

Answers (1)

Mori
Mori

Reputation: 27779

Rspec is telling you that it can't find the specification file you're trying to run. Can you confirm that calc_spec.rb exists in the folder c:/King Kong/Desktop/the_odin_project/rspec?

(Please include code/output samples as text, not images, for ease of reference.)

Upvotes: 1

Related Questions