26 Oct, 2015
3 commits
-
* Also created date_metric_result factory and started using it on the metric history unit test Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
* Renamed the classes, mocks and factory class on unit tests Signed off by: Diego Araújo <diegoamc90@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>
14 Jul, 2015
1 commit
11 May, 2015
2 commits
-
And added a test case for it. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
-
Changed the comparison method to use Ruby's Range class, and created corresponding tests. Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
12 Feb, 2015
4 commits
-
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>
-
Signed off by: Daniel Paulino Alves <danpaulalves@gmail.com>
-
Metric Configuration with snapshot Factory should be deleted in the future. Signed off by: Heitor Reis <marcheing@gmail.com>
07 Aug, 2014
1 commit
05 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>
05 Nov, 2013
1 commit
28 Oct, 2013
1 commit
-
Signed-off by: Renan Fichberg <rfichberg@gmail.com>
22 Oct, 2013
1 commit