Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
onkarrails committed Dec 9, 2011
1 parent f3669da commit aba717f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ gem 'jquery-rails'

group :test do
# Pretty printed test output
gem 'turn', :require => false
# gem 'turn', :require => false
gem 'minitest'
end


Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ GEM
activesupport (= 3.1.0)
activesupport (3.1.0)
multi_json (~> 1.0)
ansi (1.4.1)
arel (2.2.1)
bcrypt-ruby (3.0.1-x86-mingw32)
builder (3.0.0)
Expand Down Expand Up @@ -79,6 +78,7 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
minitest (1.6.0)
multi_json (1.0.4)
nokogiri (1.5.0-x86-mingw32)
polyglot (0.3.3)
Expand Down Expand Up @@ -145,8 +145,6 @@ GEM
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
turn (0.8.3)
ansi
tzinfo (0.3.31)
uglifier (1.1.0)
execjs (>= 0.3.0)
Expand All @@ -163,9 +161,9 @@ DEPENDENCIES
cucumber-rails
database_cleaner
jquery-rails
minitest
rails (= 3.1.0)
rspec-rails (~> 2.5)
sass-rails (~> 3.1.0)
sqlite3
turn
uglifier
7 changes: 7 additions & 0 deletions features/creating_projects.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Feature: User manages books
Scenario: User adds a new book
Given I go to the new book page
And I fill in "Name" with "War & Peace"
When I press "Create"
Then I should be on the book list page
And I should see "War & Peace"

0 comments on commit aba717f

Please sign in to comment.