• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

CraftAcademy / homechef / 85
94%

Build:
DEFAULT BRANCH: develop
Ran 28 Jan 2017 05:05PM UTC
Jobs 1
Files 13
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
85

push

travis-ci

tochman
Chore: Marking orders as purchased after payment (#13)

* Adds feature test for removing purchased orders from checkout screen

* Generates migration for adding bought column (boolean) to order_items

* Adds rspec test for bought column

* Edits migration for bought to set default value to false

* Adds changes to controller working towards implementation (not done)

* Adds so only not bought items will appear on checkout

* Fixes the problem where user where not able to go to checkout screen with order in basket

* Fixes small code issue

* Because of issue with order_item model and the shopping cart gem action quantity I need to remove bought col from order_item

* Adds bought column to order, and sets default value to false

* Updates the views to properly respond to the order:bought attribute instead of order_item

* Updates spec to function with current schema

* Renames Order:bought column to Order:finalized tests failing

* Changes all bought attribute calls to finalize attribute

* Solves issue which came with merge conflict

* Generates relationship between orders and user

* Sets up associtaion in model files + adds rspec tests (Passing)

* Adds so Orders must have a User

* Log in (#17)

* add sign up feature
* add sign up link to click on
* erased sign up link for instead start to work on the devise
* add gem devise and install bundle, test still fails
* add notice message, test still failing
* generate devise views, test still failing
* generate devise user model and migration, test still fail
* add sign up and login links, test passing
* test DB table, id and email success test
* add unit test for user model, test passing
* rspec test success for reset password token
* unit test for reset password sent at, passing test
* added db column named remember created at, unit test pass
* add db table for user unit test,tests success
* unit test for validations, test email
* validate encrypted password, test passing
* validate reset password token, test passing
* validate reset password sent at, test passing
* add all the tests we scrapped before that worked as one chunk, test failing
* add missing validations to user model, test now passing
* migrate new changes to user model
* add factory validation for users, test failing
* simplify what's required in the factory, test failing
* bring back the full validation structure into the factory, test passing
* add go to signup page feature step, test failing
* add goto signup page features step, test failing
* make test pass for going to the signup page
* Create PULL_REQUEST_TEMPLATE.md
add PR template for this branch
* add enter email in signup form test, passing
* add test for entering password in sign up page, passing
* add filling in password confirmation field and clicking the sign up button, test s passing
* add creation of user in feature fiie, adjust user factory to single quotes, unit test passing, acceptance test pending one test
* add sucessful user creation notice, test failing
* add login feature and steps
* correct errors from PR
* finish correcting PR review comments and finish sign up acceptance test, all passing
* restore old README.md
* Formats the code
* add factorygirl.create so can add email adress, all log in test passes
* i have done and change from the reviews
* have changes more from the reviews

* Adds warden test helpers + Fixes add dish to order feature to work with users

* Fixes so orders is properly displayed on checkout depending on current user

* Poperly fixes so the order sets to finalized:true upon successful purchase

* Fix acceptance test problems with charge object

* add session to manage orders

* Adds changes to add to order controller, checkout controller still failing

* add redirection to main page from checkout screen after successful payment confirmation

* make it possible to create and finalize multiple orders in a single user session

* Removes binding.pry

* Fixes code indentation

* simplify session dependent order reset after payment completed

* Fix code indentation

* Removes empty line breaks

* Replaces old syntax from migration

* Fixes code indentation

* Fixes code indentation and removes comments

* Adds new email to user FactoryGirl

* Refactors if else statement to ternary

72 of 76 relevant lines covered (94.74%)

4.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 85.1 (2.3.1) 28 Jan 2017 05:05PM UTC 0
94.74
Travis Job 85.1
Source Files on build 85
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #85
  • c656bfd9 on github
  • Prev Build on develop (#77)
  • Next Build on develop (#87)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc