Sha256: 6474b23a563910ce3890af9070ababd9f5fdd3fcdff5ee0fe18bc827ebafb475
Contents?: true
Size: 210 Bytes
Versions: 2
Compression:
Stored size: 210 Bytes
Contents
require 'seory/rails_helper' module Seory class ViewContextDouble include Seory::RailsHelper attr_reader :controller def initialize(controller) @controller = controller end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
seory-0.2.0 | spec/support/view_context_double.rb |
seory-0.1.0 | spec/support/view_context_double.rb |