PageRenderTime 42ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/plugins/fckeditor/test/fckeditor_test.rb

https://github.com/grantneufeld/wayground-old
Ruby | 8 lines | 6 code | 1 blank | 1 comment | 0 complexity | 936a50d37354b2151823fd944a0d870b MD5 | raw file
  1. require 'test/unit'
  2. class FckeditorTest < Test::Unit::TestCase
  3. # Replace this with your real tests.
  4. def test_this_plugin
  5. true
  6. end
  7. end