Skip to content

Commit

Permalink
update spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed May 9, 2015
1 parent 10256f4 commit 0b470ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/manifestations/index.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
item2 = FactoryGirl.create( :item_for_checkout, shelf_id: 4 )
@manifestations.first.items = [ item1, item2 ]
render
expect( rendered ).to have_selector( "div.holding_index tr:nth-child(2) td:first-child a", visible: false, text: item1.item_identifier )
expect( rendered ).to have_selector( "div.holding_index tr:nth-child(2) td:first-child a", visible: false )
end

it "render items with sort order to prefer user's library for a different user" do
Expand Down

0 comments on commit 0b470ea

Please sign in to comment.