Skip to content

Commit

Permalink
recreated the changes that JT & I worked on on my side
Browse files Browse the repository at this point in the history
  • Loading branch information
tehviking committed Sep 16, 2010
1 parent c7551c7 commit 37060e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion features/step_definitions/web_steps.rb
Expand Up @@ -116,7 +116,6 @@ def with_scope(locator)

Then /^(?:|I )should see \/([^\/]*)\/(?: within "([^"]*)")?$/ do |regexp, selector|
regexp = Regexp.new(regexp)
debugger
with_scope(selector) do
if page.respond_to? :should
page.should have_xpath('//*', :text => regexp)
Expand Down
2 changes: 1 addition & 1 deletion features/upload_video.feature
Expand Up @@ -5,7 +5,7 @@ Feature: Upload a video

Scenario: See the upload page
Given I go to the home page
Then I should see "upload a video"
Then I should see "Title"

Scenario: Confirm a video is uploaded
Given a video
Expand Down

0 comments on commit 37060e6

Please sign in to comment.