Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8088: now_playing_test.rb

File now_playing_test.rb, 204 bytes (added by csolallo, 1 year ago)

the default unit test file

Line 
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class NowPlayingTest < Test::Unit::TestCase
4   fixtures :now_playings
5
6   # Replace this with your real tests.
7   def test_truth
8     assert true
9   end
10 end