rspec2 常用代码测view tagassert_select a[href*/users/id/lock], :text 禁用, :count 0asser
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
