Sha256: fc97a717d53af940b781c1f1e13cf7ddf17472c9636398c94dfb3d99410ceb07
Contents?: true
Size: 240 Bytes
Versions: 15
Compression:
Stored size: 240 Bytes
Contents
require "cell/testing" module Cell # Test your cells. # # TODO: document me, Capybara, etc. class TestCase < ActiveSupport::TestCase include Testing end end Cell::Testing.capybara = true if Object.const_defined?(:"Capybara")
Version data entries
15 entries across 15 versions & 2 rubygems