Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected pagination for charges #241

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
414de93
created unit test for organization model. almost done
Feb 26, 2017
7f9b6c8
switching to goat branch to checkout akshay's commit
Feb 27, 2017
14a1db6
begining to modify test class for organization_alias_class. trying to…
Feb 27, 2017
de87048
Merge branch '17/goat/main' into bl/unittest
Feb 27, 2017
842350b
finished creating test class for organization_alias model. Everything…
Feb 27, 2017
5ba60a2
updated test for organization_category model. Everything functions pr…
Feb 27, 2017
3bb9d9d
created new factory for organization_status_type. created a new test …
Feb 27, 2017
6a2477e
fixed error! added organization_status to the factory file. test for …
Feb 27, 2017
2acda1b
checking Rumby's PR. commiting before switching to goat
Feb 27, 2017
0909229
fixed previous file name error. Test for organization_status_type passed
Feb 27, 2017
5b317e2
finished up organization_timeline_entry test. removed duplicate schem…
Feb 27, 2017
950e95e
updated organization test to include dependency testing
Feb 27, 2017
225b76a
did some refactoring on organization_alias model and test
Feb 27, 2017
9137fbc
created test function for downtime methods
Feb 27, 2017
0deb413
fixed syntax for org_category test. added test case for dependency
Feb 27, 2017
5aa8753
fixed minor syntax in test case for org_status and org_status_type
Feb 27, 2017
b362b08
added test case for membership
Feb 27, 2017
c51894c
added test case for judge, judgement, judgement_category
Feb 27, 2017
2f5ba0f
Merge branch '17/goat/main' into bl/unittest
Feb 27, 2017
cf859fe
somehow event_type_test got updated with a new schema entry. Saving c…
Mar 1, 2017
0821882
updated TravisCI's timezone to US Eastern time, which should match wi…
Mar 1, 2017
c5dcba0
changed TRAVIS CI Setting to eastern time
Mar 4, 2017
fba4e08
trying to see if this fix for time works
Mar 5, 2017
627afbe
travis yml syntax incorrect in the previous commit. just fixed it now…
Mar 5, 2017
32b9bc6
travis could not load timezone data. trying a different method
Mar 5, 2017
a9e7b24
both attempts failed. reverted back to master branch version of travi…
Mar 5, 2017
a63ef18
added redirect back to organization as a temporary solution for bug #201
Mar 6, 2017
5c27ee7
Merge branch '17/goat/main' into bl/bugfix
Mar 6, 2017
bc665e2
made modification to the charge param and fixed odd behavior, describ…
Mar 6, 2017
ff2629d
added placeholder value so that the receiving_participant does not se…
Mar 6, 2017
16a99dc
Update .travis.yml
Mar 7, 2017
dbfb897
Update event_type_test.rb
Mar 7, 2017
24cd432
added a quick solution to #214 to resolve page pagination problems
Mar 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added test case for judge, judgement, judgement_category
  • Loading branch information
Bruce Lin committed Feb 27, 2017
commit c51894cdbeaba9bd16916bf3595c0e5c927010b0
File renamed without changes.
8 changes: 4 additions & 4 deletions test/models/judgement_test.rb → test/unit/judgement_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
require 'test_helper'

class JudgementTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end
# Relationships
should belong_to(:judgement_category)
should belong_to(:judge)
end