Questions about setting up a working Guard-RSpec example project
问题 I'm trying to set up a working ruby project with guard-rspec . I've mixed together the general method of a tutsplus tutorial with some new syntax as described in the RSpec videos and another post. The project can be found in the stack-overflow-question branch on github. I'm also trying to practice namespacing as described in Programming Ruby 1.9. So eventually I'd like to have example.rb in my lib/example/ directory. There's 4 questions I have about my project: What do I need to put in my