Asset-Tracker/test/unit/software_test.rb
2011-06-14 18:08:28 -07:00

9 lines
155 B
Ruby
Executable File

require 'test_helper'
class SoftwareTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end