~ubuntu-branches/ubuntu/raring/ruby-fusefs/raring

« back to all changes in this revision

Viewing changes to test/fusefs_test.rb

  • Committer: Package Import Robot
  • Author(s): Paul van Tilburg
  • Date: 2012-04-23 23:03:41 UTC
  • Revision ID: package-import@ubuntu.com-20120423230341-8ih3dvr1ogtvqonp
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'test_helper'
 
2
 
 
3
class FusefsTest < Test::Unit::TestCase
 
4
  should "probably rename this file and start testing for real" do
 
5
    flunk "hey buddy, you should probably rename this file and start testing for real"
 
6
  end
 
7
end