rspec2 常用代码
测view tag
assert_select "a[href*=/users/id/lock]", :text => "禁用", :count => 0assert_select "a[href*=/users/id/unlock]", '启用'assert_select "a[href*=/users/id/unlock]", :text => "启用", :count => 1
发布时间: 2012-11-03 10:57:42 作者: rapoo
rspec2 常用代码
测view tag
assert_select "a[href*=/users/id/lock]", :text => "禁用", :count => 0assert_select "a[href*=/users/id/unlock]", '启用'assert_select "a[href*=/users/id/unlock]", :text => "启用", :count => 1