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>
22 Apr, 2014
1 commit
09 Mar, 2014
1 commit
27 Jan, 2014
2 commits
-
Missing acceptance tests Signed off by: Renan Fichberg <rfichberg@gmail.com>
-
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
23 Jan, 2014
2 commits
-
This change was necessary to be able cache the action Pending: * Do not render a graphic for a single point * Loading animation is not working * Unit and acceptance tests for the graphic failling * Renable the action cache Signed off by: Diego Araújo <diegoamc90@gmail.com>
-
Pending unit tests Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
21 Jan, 2014
1 commit
-
Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
09 Dec, 2013
1 commit
27 Nov, 2013
1 commit
-
Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com> Signed-off By: Renan Fichberg <rfichberg@gmail.com>
26 Nov, 2013
1 commit
-
It should be refactored to use let pattern. Signed-off By: Fellipe Souto <fllsouto@gmail.com>
25 Nov, 2013
2 commits
-
Signed-off by: Fellipe Souto Sampaio <fllsouto@gmail.com> Signed-off by: Diego Araújo <diegoamc90@gmail.com>