Sha256: 07f5e466dd1479692c8b729b70f2dc858ad8c60ee82d33c8bd30454388221455
Contents?: true
Size: 241 Bytes
Versions: 11
Compression:
Stored size: 241 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
11 entries across 11 versions & 1 rubygems