30 Mar, 2016
1 commit
-
Update KalibroClient to version v4.0.0.alpha1 Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
26 Oct, 2015
2 commits
-
Some tests were still trying to access the external servers. Signed-off-by: Heitor Reis <marcheing@gmail.com>
-
This update breaks some code for which the tests were set to pending and should get fixed in the following commits. Signed off by: Diego Araújo <diegoamc90@gmail.com>
05 Aug, 2015
1 commit
-
This reverts commit 2da8268dd7171366ea2f7dacbca292a87020a10c.
30 Jul, 2015
2 commits
-
Signed off by: Daniel Miranda <danielkza2@gmail.com>
22 May, 2015
2 commits
-
If the memoization was left it could lead to inconsistencies after destroying. Removed forgotten print. Signed off by: Heitor Reis <marcheing@gmail.com>
21 May, 2015
5 commits
-
`public_or_owned_by_user` was using a syntax unsupported on all databases. Now it produces two queries to the database, but generated by ActiveRecord which takes care of compability. This was breaking KalibroConfiguration listing acceptance tests. Restored MetricConfiguration form for using `reading_group_options` helper. It was broken using a undefined method. This was breaking MetricConfiguration create and edit acceptance tests.
-
Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
12 Feb, 2015
6 commits
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com> Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
-
Signed-off-by:Rafael R. Manzo <rr.manzo@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
07 Aug, 2014
1 commit
05 Jun, 2014
1 commit
-
This conversion is done by Transpec 2.2.1 with the following command: transpec * 258 conversions from: it { should ... } to: it { is_expected.to ... } * 82 conversions from: obj.should to: expect(obj).to * 16 conversions from: describe 'some model' { } to: describe 'some model', :type => :model { } * 12 conversions from: describe 'some controller' { } to: describe 'some controller', :type => :controller { } * 11 conversions from: describe 'some routing' { } to: describe 'some routing', :type => :routing { } * 8 conversions from: describe 'some helper' { } to: describe 'some helper', :type => :helper { } * 7 conversions from: be_false to: be_falsey * 6 conversions from: be_true to: be_truthy * 6 conversions from: it { should_not ... } to: it { is_expected.not_to ... } * 4 conversions from: obj.should_not to: expect(obj).not_to For more details: https://github.com/yujinakayama/transpec#supported-conversions Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
21 Jan, 2014
1 commit
-
Created model and its unit tests. Signed-off-by: Renan Fichberg <rfichberg@gmail.com>