customer_test.rb

来自「本书源码对于学习RUBY网络编程语言非常有帮助。」· RB 代码 · 共 11 行

RB
11
字号
require File.dirname(__FILE__) + '/../test_helper'class CustomerTest < Test::Unit::TestCase  fixtures :customers  # Replace this with your real tests.  def test_first    assert_equal(customers(:emma).last_name, "Peel")  endend

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?