Last active
September 6, 2016 20:19
-
-
Save ogirginc/26f0f968459284483f10355ec856c863 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Coveralls] Set up the SimpleCov formatter. | |
[Coveralls] Using SimpleCov's default settings. | |
cocktail | |
user can create a cocktail | |
ingredients | |
user can create ingredients | |
User can sign in and out | |
user not signed in and on the homepage | |
should see a 'sign in' link and a 'sign up' link | |
should not see 'sign out' link | |
user signed in on the homepage | |
should see 'sign out' link | |
should not see a 'sign in' link and a 'sign up' link | |
Cocktail | |
should have many ingredients | |
example at ./spec/models/cocktail_spec.rb:5 | |
Finished in 0.25632 seconds (files took 1.62 seconds to load) | |
10 examples, 0 failures, 0 pending | |
[Coveralls] Outside the CI environment, not sending data. | |
[Coveralls] Some handy coverage stats: | |
* app/controllers/application_controller.rb => 100% | |
* app/controllers/cocktails_controller.rb => 100% | |
* app/controllers/home_controller.rb => 100% | |
* app/controllers/ingredients_controller.rb => 75% | |
* app/helpers/application_helper.rb => 100% | |
* app/helpers/cocktails_helper.rb => 100% | |
* app/helpers/home_helper.rb => 100% | |
* app/helpers/ingredients_helper.rb => 100% | |
* app/models/cocktail.rb => 100% | |
* app/models/ingredient.rb => 100% | |
* app/models/user.rb => 100% | |
* config/application.rb => 100% | |
* config/boot.rb => 100% | |
* config/environment.rb => 100% | |
* config/environments/test.rb => 100% | |
* config/initializers/assets.rb => 100% | |
* config/initializers/backtrace_silencers.rb => 100% | |
* config/initializers/cookies_serializer.rb => 100% | |
* config/initializers/devise.rb => 100% | |
* config/initializers/filter_parameter_logging.rb => 100% | |
* config/initializers/inflections.rb => 100% | |
* config/initializers/mime_types.rb => 100% | |
* config/initializers/session_store.rb => 100% | |
* config/initializers/wrap_parameters.rb => 100% | |
* config/routes.rb => 100% | |
* spec/controllers/cocktails_controller_spec.rb => 100% | |
* spec/controllers/home_controller_spec.rb => 100% | |
* spec/controllers/ingredients_controller_spec.rb => 100% | |
* spec/features/cocktails_feature_spec.rb => 100% | |
* spec/features/ingredients_feature_spec.rb => 100% | |
* spec/features/users_feature_spec.rb => 100% | |
* spec/helpers/cocktails_helper_spec.rb => 100% | |
* spec/helpers/home_helper_spec.rb => 100% | |
* spec/helpers/ingredients_helper_spec.rb => 100% | |
* spec/models/cocktail_spec.rb => 100% | |
* spec/models/ingredient_spec.rb => 100% | |
* spec/models/user_spec.rb => 100% | |
* spec/rails_helper.rb => 100% | |
* spec/views/home/index.html.erb_spec.rb => 100% | |
/Users/ogirginc/.rvm/rubies/ruby-2.3.1/bin/ruby -I/Users/ogirginc/.rvm/gems/ruby-2.3.1/gems/rspec-core-3.5.2/lib:/Users/ogirginc/.rvm/gems/ruby-2.3.1/gems/rspec-support-3.5.0/lib /Users/ogirginc/.rvm/gems/ruby-2.3.1/gems/rspec-core-3.5.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb | |
[Coveralls] Set up the SimpleCov formatter. | |
[Coveralls] Using SimpleCov's default settings. | |
cocktail | |
user can create a cocktail | |
ingredients | |
user can create ingredients | |
User can sign in and out | |
user not signed in and on the homepage | |
should see a 'sign in' link and a 'sign up' link | |
should not see 'sign out' link | |
user signed in on the homepage | |
should see 'sign out' link | |
should not see a 'sign in' link and a 'sign up' link | |
Cocktail | |
should have many ingredients | |
example at ./spec/models/cocktail_spec.rb:5 | |
Finished in 0.26228 seconds (files took 1.6 seconds to load) | |
10 examples, 0 failures, 0 pending | |
[Coveralls] Outside the CI environment, not sending data. | |
[Coveralls] Some handy coverage stats: | |
* app/controllers/application_controller.rb => 100% | |
* app/controllers/cocktails_controller.rb => 100% | |
* app/controllers/home_controller.rb => 100% | |
* app/controllers/ingredients_controller.rb => 75% | |
* app/helpers/application_helper.rb => 100% | |
* app/helpers/cocktails_helper.rb => 100% | |
* app/helpers/home_helper.rb => 100% | |
* app/helpers/ingredients_helper.rb => 100% | |
* app/models/cocktail.rb => 100% | |
* app/models/ingredient.rb => 100% | |
* app/models/user.rb => 100% | |
* config/application.rb => 100% | |
* config/boot.rb => 100% | |
* config/environment.rb => 100% | |
* config/environments/test.rb => 100% | |
* config/initializers/assets.rb => 100% | |
* config/initializers/backtrace_silencers.rb => 100% | |
* config/initializers/cookies_serializer.rb => 100% | |
* config/initializers/devise.rb => 100% | |
* config/initializers/filter_parameter_logging.rb => 100% | |
* config/initializers/inflections.rb => 100% | |
* config/initializers/mime_types.rb => 100% | |
* config/initializers/session_store.rb => 100% | |
* config/initializers/wrap_parameters.rb => 100% | |
* config/routes.rb => 100% | |
* spec/controllers/cocktails_controller_spec.rb => 100% | |
* spec/controllers/home_controller_spec.rb => 100% | |
* spec/controllers/ingredients_controller_spec.rb => 100% | |
* spec/features/cocktails_feature_spec.rb => 100% | |
* spec/features/ingredients_feature_spec.rb => 100% | |
* spec/features/users_feature_spec.rb => 100% | |
* spec/helpers/cocktails_helper_spec.rb => 100% | |
* spec/helpers/home_helper_spec.rb => 100% | |
* spec/helpers/ingredients_helper_spec.rb => 100% | |
* spec/models/cocktail_spec.rb => 100% | |
* spec/models/ingredient_spec.rb => 100% | |
* spec/models/user_spec.rb => 100% | |
* spec/rails_helper.rb => 100% | |
* spec/views/home/index.html.erb_spec.rb => 100% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment