Sha256: eb47514ca2cc03f0884397d94261db9acf8bca409dbef81b3167be1d33be95ec
Contents?: true
Size: 743 Bytes
Versions: 29
Compression:
Stored size: 743 Bytes
Contents
require File.expand_path('../helper.rb', __FILE__) invoke 'hobo:model', %w(house alpha:string -q) eval_file '../partials/_house_model_tests.rb' invoke 'hobo:model', %w(nest/ed alpha:string -q) desc "Nested files exist" files_exist? %w[ app/models/nest/ed.rb app/models/nest.rb test/unit/nest/ed_test.rb test/fixtures/nest/eds.yml app/viewhints/nest/ed_hints.rb ] test_value_eql? true desc "Nested injection matches" file_include? 'app/models/nest/ed.rb', 'hobo_model', 'fields do', /alpha\s+\:string/ test_value_eql? true desc "Nested hint content matches" file_include? 'app/viewhints/nest/ed_hints.rb', 'class Nest::EdHints' test_value_eql? true
Version data entries
29 entries across 29 versions & 1 rubygems