ruby on rails - Spork won't Find RoR Framework -


i learning rails following rails tutorial under ubuntu. have been using spork , autotest , following tdd suggested book.

at point (which can't tell) autotest stopped refreshing on it's own , killed it, alongside spork reboot them both (the book happens , should reboot them) had done couple of times before.

this time spork won't load , give me error: "i can't find testing frameworks use. running me project directory?" , there doesn't seem documentation whatsoever.

what be?

p.s. running project directory. tried bundle install , bundle update commands, uninstalled spork gem gem uninstall spork , reinstalled bundler... nothing (rebooting computer nothing xd).

i using "rspec" run test alongside "autotest". seems @ point accidentally removed rspec_helper.rb file (or that, can't recall name of file) , keeping both "spork" , "autotest" off.

just had re-run generate scripts rspec , voilĂ . worked charm.

p.s.: sanity run generate script in project copy the generate script replace other files , brake custom-made functionality.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -