8thlight / cob_spec

A fitnesse suite for a web server
24 stars 33 forks source link

rubyslim submodule #5

Closed trptcolin closed 13 years ago

trptcolin commented 13 years ago

After following the README instructions, tests failed with:

ruby: No such file or directory -- rubyslim/lib/run_ruby_slim.rb (LoadError)

So I needed to update the submodule, but I got No submodule mapping found in .gitmodules for path 'rubyslim' after running git submodule update. Apparently this happens when there's a gitlink but no actual submodule (see http://stackoverflow.com/questions/4185365/no-submodule-mapping-found-in-gitmodule-for-a-path-thats-not-a-submodule).

Anyway, I created a submodule for the project on a new branch (rubyslim_submodule) and pushed, so if someone wants to verify that's the right approach and merge that branch into master, it'll make setup easier for others in the future.

trptcolin commented 13 years ago

Merged, per Paul's recommendation.