File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,17 +50,17 @@ def make_paths(idmap)
5050
5151 it "can create new object directories" do
5252 expect { pt . create ( "test.something" , new_namespace_allowed : false ) } . to raise_error ( HathiTrust ::Pairtree ::NamespaceDoesNotExist )
53- expect ( pt . create ( "test.something" , new_namespace_allowed : true ) . exists ?( "." ) ) . to be true
53+ expect ( pt . create ( "test.something" , new_namespace_allowed : true ) . exist ?( "." ) ) . to be true
5454 end
5555
5656 it "create is idempotent" do
5757 pt . create ( "test.something" , new_namespace_allowed : true )
58- expect ( pt . create ( "test.something" ) . exists ?( "." ) ) . to be true
58+ expect ( pt . create ( "test.something" ) . exist ?( "." ) ) . to be true
5959 end
6060
6161 it "new_namespace_allowed is idempotent" do
6262 pt . create ( "test.something" , new_namespace_allowed : true )
63- expect ( pt . create ( "test.somethingelse" , new_namespace_allowed : true ) . exists ?( "." ) ) . to be true
63+ expect ( pt . create ( "test.somethingelse" , new_namespace_allowed : true ) . exist ?( "." ) ) . to be true
6464 end
6565 end
6666end
You can’t perform that action at this time.
0 commit comments