From a73cc5bc3fe94332e323dec2c547852846e5c80a Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Mon, 13 Oct 2008 20:32:10 -0400 Subject: [PATCH] Update manifest --- Manifest.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Manifest.txt b/Manifest.txt index 55d7772..f031991 100644 --- a/Manifest.txt +++ b/Manifest.txt @@ -8,6 +8,7 @@ init.rb install.rb lib/webrat.rb lib/webrat/core.rb +lib/webrat/core/assertions.rb lib/webrat/core/field.rb lib/webrat/core/flunk.rb lib/webrat/core/form.rb @@ -36,6 +37,8 @@ spec/api/fills_in_spec.rb spec/api/reloads_spec.rb spec/api/save_and_open_spec.rb spec/api/selects_spec.rb +spec/api/should_not_see_spec.rb +spec/api/should_see_spec.rb spec/api/visits_spec.rb spec/api/within_spec.rb spec/fakes/test_session.rb