Sha256: bb67758312ad5a395a1e6f372590f82491af2e9bb3d3bfdb67b150391e46c4c7

Contents?: true

Size: 194 Bytes

Versions: 1

Compression:

Stored size: 194 Bytes

Contents

require 'test_helper'

class WidgetTest < Test::Unit::TestCase
  load_schema

  def test_fixtures_are_working
    assert_equal cheese_widget(:first).title, "This is the title"
  end
  
    
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kealy_cheese-0.3.0 test/unit/widget_test.rb