Sha256: da7fc2b8073553fe65e249491904179a7270782c2e359d8b342fe3636fabc129

Contents?: true

Size: 430 Bytes

Versions: 2

Compression:

Stored size: 430 Bytes

Contents

# == Schema Information
#
# Table name: goldencobra_helps
#
#  id          :integer          not null, primary key
#  title       :string(255)
#  description :text
#  url         :string(255)
#  created_at  :datetime         not null
#  updated_at  :datetime         not null
#

require 'test_helper'

module Goldencobra
  class HelpTest < ActiveSupport::TestCase
    # test "the truth" do
    #   assert true
    # end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
goldencobra-1.1.0 test/unit/goldencobra/help_test.rb
goldencobra-1.0.9.3 test/unit/goldencobra/help_test.rb