22 Feb, 2016
1 commit
-
There were outdated tests that did not update from the deprecated 'Average' aggregation form to 'Mean'. Fix that, while simultaneously refactoring the configuration creation and repository processing features, into a single 'golden path' that tests boths, ensuring a very common user task works as expected. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
22 Jan, 2016
1 commit
-
Signed-off-by: Heitor Reis <marcheing@gmail.com>
20 Jan, 2016
1 commit
-
To decide betwen the different routes for tree metrics or hotspot metrics. Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
21 May, 2015
1 commit
02 Apr, 2015
1 commit
-
Signed-off-by: Álvaro Fernando <alvarofernandoms@hotmail.com> Signed-off-by: Eduardo Brasil <brasil.eduardo1@gmail.com>
12 Feb, 2015
4 commits
-
Signed off by: Rafael Manzo <rr.manzo@gmail.com> Signed off by: Heitor Reis <marcheing@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
26 Sep, 2014
1 commit
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>
26 Feb, 2014
3 commits
-
signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
Routes for choose_metric & new metric configuration Missing acceptance tests Signed off by: Renan Fichberg <rfichberg@gmail.com>