-
Notifications
You must be signed in to change notification settings - Fork 2
Feature/add basic tests #4
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
Open
elherzt
wants to merge
84
commits into
framallo:feature/grouping-transactions
Choose a base branch
from
elherzt:feature/add-basic-tests
base: feature/grouping-transactions
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
84 commits
Select commit
Hold shift + click to select a range
f19751f
added faker gem and few dummy data to application works, also comment…
345f2c1
created seeds to bernard application
3941501
added category_id in the transactions view
cdbf570
Merge branch 'feature/create-seeds' into jose-romero
63fd48b
refactor seed to have relation between transactions and splits
3c9404c
change value from true to false
eae53a9
increased seeds to transactions and accounts
91ea57b
Merge branch 'feature/refactor-seed' into jose-romero
6a95470
added group test in gemfile
d82a9ad
added rspec-rails
b32d2aa
added some basic test
8649b02
added rspec_rails
cba86f2
added gems
2c68325
added factories to create account, category, department, payee and tr…
76ff137
added test at models
3d53fd0
Merge branch 'feature/add-basic-tests' into jose-romero
4803fe5
refactored seed in create transactions
6efcd2c
increased number of seeds
1da6913
Merge branch 'feature/refactor-seed' into jose-romero
46f7ab2
added factories and refactored factory to account
4ad4020
Merge branch 'feature/add-basic-tests' into jose-romero
53726c8
change factory split at transaction factory file
01f1af5
Merge branch 'feature/add-basic-tests' into jose-romero
c5a1ccc
created spec/controllers folder and test to index in TransactionsCont…
66e875d
added test to get methods
68a51ab
completed get methods
aad8e60
Merge branch 'feature/add-basic-tests' into jose-romero
4bbee80
add test to create method
98668cb
added vadilation of presece to transaction model in amount and accoun…
206e87e
added test to create method
aa3a64d
added tests to transactions controller in put method
9b2256b
uncommented require pocket_money
338aeea
ignored my database
2d2120e
reverted change in category_name
aa39197
comented code
3783baa
added database cleaner gem
elherzt b9b05ab
add validation for test enviroment
elherzt 6d9f24f
ignored test database
elherzt a35bbd3
added test to import pocket money database
elherzt 17fdfbc
added some test at import proccess
elherzt 45eb3a6
added test
elherzt 48f2bc6
deleted comented lines
elherzt 113782e
moved database test at spec folder
elherzt 9191fcc
uncommented line in transaction model
elherzt af5f927
added tests
elherzt 3eedc88
deleted validation to test enviroment
elherzt 31213e2
added more tests
elherzt 583b96f
edited test
elherzt fc89d8b
added more tests and updated database test with repeating transactions
elherzt b29c521
added more tests
elherzt d8ae2be
added more test and refactored one test
elherzt 8fbc322
refactored some tests
elherzt f78f9d5
refactored tests
elherzt 973e2ab
changed test database
elherzt 655a490
update expected values of current balance
elherzt 998d0d0
moved before all method from pocket_money_spec to spec_helper
elherzt 1271ef3
refactored proccess import to tests
elherzt e240cad
added shoulda matchers gem
elherzt e0e9e09
added some test
elherzt 9e1245f
refactored test
elherzt 5d69475
added some tests
elherzt 47c3302
refactored test
elherzt 89cda44
added more tests at transaction model
elherzt d48052b
updated database test in order to have cleared transactions
elherzt 789609f
added more tests
elherzt 75cfb3a
updated expected values in current balances of accounts
elherzt a321d19
added more tests
elherzt eb07298
deleted unecesary files
elherzt 7173f81
refactored tests
elherzt f84f2fa
deleted scope uuid
elherzt 263a935
deleted tests to uuid scope
elherzt 3368a10
undeleted factories because are necesary to a one test
elherzt 28f1ea3
deleted test
elherzt 63d3b54
added first test on features folder
elherzt 19c464a
added test for transactions per ccategories
elherzt 9e62b7a
cretaed file to transaction type tests
elherzt ea9ee78
refactored tests
elherzt f573e18
add tests
elherzt 3b586a1
added more tests
elherzt c476ea8
Merge remote-tracking branch 'origin/fix/sow-account' into feature/ad…
elherzt c39a473
added more tests
elherzt 1c4a56d
refactored tests
elherzt b4e730a
refactored tests
elherzt d71c172
added test to active_transations scope
elherzt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -18,5 +18,5 @@ | |
| config/database.yml | ||
| config/config.yml | ||
|
|
||
|
|
||
| PocketMoneyDB.sql | ||
| **/.DS_Store | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| --color |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you would need to add the database on the text folder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
err TEST
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done