Skip to content

Commit

Permalink
Turn off warnings in .rspec, update Capybara
Browse files Browse the repository at this point in the history
  • Loading branch information
craftninja committed Jul 6, 2014
1 parent 975b1f5 commit d89adb4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .rspec
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
--color
--warnings
--require spec_helper
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ gem 'sdoc', '~> 0.4.0', group: :doc

group :test, :development do
gem 'rspec-rails', '~> 3.0.1'
gem 'capybara', '~> 2.2.0'
gem 'capybara', '~> 2.4.1'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GEM
tzinfo (~> 1.1)
arel (5.0.1.20140414130214)
builder (3.2.2)
capybara (2.2.1)
capybara (2.4.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand Down Expand Up @@ -140,7 +140,7 @@ PLATFORMS
ruby

DEPENDENCIES
capybara (~> 2.2.0)
capybara (~> 2.4.1)
coffee-rails (~> 4.0.0)
jbuilder (~> 2.0)
jquery-rails
Expand Down
Empty file removed app/models/.keep
Empty file.

0 comments on commit d89adb4

Please sign in to comment.