state_test.rb
来自「基于ruby的进阶编程,大家可以对照教材<<Ruby on Rail」· RB 代码 · 共 11 行
RB
11 行
require File.dirname(__FILE__) + '/../test_helper'class StateTest < Test::Unit::TestCase fixtures :states # Replace this with your real tests. def test_truth assert_kind_of State, states(:first) endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?