31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
14 Jun, 2014
3 commits
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
19 Nov, 2013
1 commit
04 Nov, 2013
2 commits
21 Oct, 2013
1 commit
-
Also include person_api test file that was not added on previous commits... (ActionItem2832)
16 Jan, 2013
1 commit
30 Nov, 2012
1 commit
09 Aug, 2012
1 commit
-
…into merge-requests/197 Conflicts: plugins/stoa/test/unit/person_test.rb
31 Jul, 2012
2 commits
25 May, 2012
1 commit
16 May, 2012
4 commits
-
This is specially useful in development/test setups where you don't have a working MTA.
-
(ActionItem2345)
-
(ActionItem2345)
15 May, 2012
3 commits
-
* Including invitation_code in the person * Also removing verbosity of schema on testing
10 May, 2012
1 commit
-
…into merge-requests/128 (ActionItem2251)
18 Apr, 2012
1 commit
-
…into merge-requests/135
17 Apr, 2012
1 commit
12 Apr, 2012
1 commit
-
…into merge-requests/152
05 Apr, 2012
1 commit
04 Apr, 2012
1 commit
-
…into merge-requests/145
03 Apr, 2012
1 commit
02 Apr, 2012
1 commit
-
(ActionItem2293)
22 Mar, 2012
3 commits
-
(ActionItem2293)
-
(ActionItem2293)
14 Mar, 2012
1 commit
-
Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
13 Mar, 2012
1 commit
-
(ActionItem2307)
09 Mar, 2012
2 commits
-
(ActionItem2316)
08 Mar, 2012
2 commits
-
I had to change a lot of plugin hotspot tests that depended on heavy/evil mocking and stubbing to pass. (ActionItem2315)
07 Mar, 2012
1 commit
-
Conflicts: app/views/shared/block.rhtml debian/changelog debian/control script/production
02 Mar, 2012
1 commit
-
(ActionItem1549)