Sha256: fb789cc7eed6f773e099d53594dadd0104cc8a71c0fa9e57d8321ad6c56d2de2
Contents?: true
Size: 194 Bytes
Versions: 2
Compression:
Stored size: 194 Bytes
Contents
require 'test_helper' class <%= class_name %>Test < Apotomo::TestCase <% for state in @states -%> test "<%= state %>" do invoke :<%= state %> assert_select "p" end <% end %> end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
apotomo-1.0.0.beta2 | lib/generators/apotomo/templates/widget_test.rb |
apotomo-1.0.0.beta1 | lib/generators/apotomo/templates/widget_test.rb |