Skip to content

Commit

Permalink
Merge pull request #1720 from scottsds/run_bookmarks_on_travis
Browse files Browse the repository at this point in the history
Travis was not running any of our Bookmark tests. Don't tell anyone.
  • Loading branch information
sarken committed Jun 22, 2014
2 parents ff577cc + d23537f commit bc282b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,15 +1,16 @@
language: ruby
env:
- TEST_GROUP="rspec spec"
- TEST_GROUP="cucumber -f progress -r features features/bookmarks"
- TEST_GROUP="cucumber -f progress -r features features/collections"
- TEST_GROUP="cucumber -f progress -r features features/comments_and_kudos"
- TEST_GROUP="cucumber -f progress -r features features/gift_exchanges"
- TEST_GROUP="cucumber -f progress -r features features/importing"
- TEST_GROUP="cucumber -f progress -r features features/other"
- TEST_GROUP="cucumber -f progress -r features features/prompt_memes"
- TEST_GROUP="cucumber -f progress -r features features/gift_exchanges"
- TEST_GROUP="cucumber -f progress -r features features/collections"
- TEST_GROUP="cucumber -f progress -r features features/tags_and_wrangling"
- TEST_GROUP="cucumber -f progress -r features features/users"
- TEST_GROUP="cucumber -f progress -r features features/works"
- TEST_GROUP="cucumber -f progress -r features features/tags_and_wrangling"
- TEST_GROUP="cucumber -f progress -r features features/other"
rvm:
- "1.9.3"
services:
Expand Down
2 changes: 1 addition & 1 deletion features/bookmarks/bookmark_create.feature
Expand Up @@ -301,7 +301,7 @@ Scenario: Adding bookmarks to closed collections (Issue 3083)
And I follow "Bookmark"
And I fill in "bookmark_collection_names" with "rescue_911"
And I press "Create"
And I should see "Sorry! We couldn't save this Bookmark because:"
And I should see "Sorry! We couldn't save this bookmark because:"
And I should see "The collection rescue_911 is not currently open."
Then I view the work "Hooray for Homicide"
And I follow "Bookmark"
Expand Down

0 comments on commit bc282b2

Please sign in to comment.