mod/05_standard/spec/set/rstar/rules_spec.rb in card-1.15.7 vs mod/05_standard/spec/set/rstar/rules_spec.rb in card-1.16.0
- old
+ new
@@ -5,10 +5,10 @@
r = Card['*read+*right'].format.render_open
expect(r).not_to match(/error/i)
expect(r).not_to match('No Card!')
#warn "r = #{r}"
assert_view_select r, 'table[class="set-rules table"]' do
- assert_select 'a[href~="/*read+*right+*input?view=open_rule"]', :text => 'input'
+ assert_select 'a[href~="/*read+*right+*read?view=open_rule"]', :text => 'read'
end
end
it "should render setting view for a *input rule" do
Card::Auth.as_bot do