Sha256: 8edbd9529fad763f46abff1eec8b1ee81ce709a1f6738433b405ef1a0c3c4fda
Contents?: true
Size: 484 Bytes
Versions: 29
Compression:
Stored size: 484 Bytes
Contents
desc "All Model files exists" files_exist? %w[ app/models/house.rb test/unit/house_test.rb test/fixtures/houses.yml app/viewhints/house_hints.rb ] test_value_eql? true desc "Model injection matches" file_include? 'app/models/house.rb', 'hobo_model', 'fields do', /alpha\s+\:string/ test_value_eql? true desc "Hint content matches" file_include? 'app/viewhints/house_hints.rb', 'class HouseHints' test_value_eql? true
Version data entries
29 entries across 29 versions & 1 rubygems