lib/mortar/project.rb in mortar-0.8.3 vs lib/mortar/project.rb in mortar-0.8.4
- old
+ new
@@ -81,10 +81,10 @@
def fixtures_path
path = File.join(@root_path, "fixtures")
end
- def gitless_project?()
+ def embedded_project?()
File.exists?(File.join(@root_path, ".mortar-project-remote"))
end
end
class ProjectEntity