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
3 commits
09 Mar, 2014
1 commit
26 Feb, 2014
2 commits
-
project_owner? is semantically more correct Signed off by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
28 Jan, 2014
2 commits
21 Jan, 2014
2 commits
-
missing updates Signed-of By: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off-by: Fellipe Souto <fllsouto@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
16 Dec, 2013
1 commit
-
Missing acceptance tests. Signed-off-by: Rafael Manzo <rr.manzo@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
11 Dec, 2013
2 commits
-
Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com> Signed-off By: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off By : Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
09 Dec, 2013
3 commits
-
Missing acceptance tests
-
Updates the processing while it's not READY yet Signed-off-by: Carlos Morais <carlos88morais@gmail.com>
26 Nov, 2013
1 commit
-
Signed-off by : Rafael Reggiani Manzo <rr.manzo@gmail.com>
25 Nov, 2013
1 commit
-
Signed-off By: Diego Araújo <diegoamc90@gmail.com>
04 Nov, 2013
2 commits
-
Signed-off by: João M. M. da Silva <jaodsilv@linux.ime.usp.br>
-
So it gets easier to implement the navigation through Modules Signed-off by: João M. M. da Silva <jaodsilv@linux.ime.usp.br>
03 Nov, 2013
1 commit
-
And edited the show.html And repository controller's method show Signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com>
31 Oct, 2013
1 commit
28 Oct, 2013
1 commit
-
Signed-off by: Renan Fichberg <rfichberg@gmail.com>
26 Oct, 2013
1 commit
-
Also fixed a bug on the RepositoriesController for the case qhere some data is invalid
25 Oct, 2013
2 commits
-
Still missing valid address validation
23 Oct, 2013
10 commits
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com> Signed-off-by: Diego Araujo <diegoamc90@gmail.com>
-
Signed-off By: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Using lets Signed-off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off By: Rafael Reggiani Manzo <rr.manzo@gmail.com>
-
Signed-off by: Rafael Reggiani Manzo
-
Signed-off by: Fellipe Souto <fllsouto@gmail.com>
-
Signed-off-by: João M. M Silva <jaodsilv@linux.ime.usp.br>
22 Oct, 2013
3 commits