File: momentjs-rails_test.rb

package info (click to toggle)
ruby-momentjs-rails 2.20.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 924 kB
  • sloc: ruby: 98; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
5
6
7
require 'test_helper'

class MomentjsRailsTest < ActiveSupport::TestCase
  test "truth" do
    assert_kind_of Module, Momentjs::Rails
  end
end