Sha256: eb533633dc80c2f06ad35107f067e620d4b6b9597d58afa9c8d3afcc6fd5ced5
Contents?: true
Size: 238 Bytes
Versions: 13
Compression:
Stored size: 238 Bytes
Contents
require File.expand_path("../integration_test_helper", File.dirname(__FILE__)) class MainTabsTest < ActionController::IntegrationTest test "viewing main tabs" do visit '/' assert page.has_content?('Explanation') end end
Version data entries
13 entries across 9 versions & 1 rubygems