Closed trptcolin closed 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).
No submodule mapping found in .gitmodules for path 'rubyslim'
git submodule update
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.
Merged, per Paul's recommendation.
After following the README instructions, tests failed with:
So I needed to update the submodule, but I got
No submodule mapping found in .gitmodules for path 'rubyslim'
after runninggit 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.