Last active
December 20, 2015 17:59
-
-
Save originalpete/6172964 to your computer and use it in GitHub Desktop.
Safegas page fixtures: find Comfy CMS pages that have a missing page title
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir["db/cms_fixtures/safegas/pages/**/*"].map{|d| d if File.directory?(d) && !Dir[d+"/*"].map{|f| File.basename(f)}.include?("title.html")} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment