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>
13 Apr, 2014
1 commit
-
signed-off-by: Pedro Scocco <pedroscocco@gmail.com>
29 Mar, 2014
3 commits
-
signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com> signed-off-by: Diego Araújo <diegoamc90@gmail.com> signed-off-by: Alessandro Palmeira <alessandro.palmeira@gmail.com>
26 Feb, 2014
8 commits
-
signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
And also edited mezuro_range model and its unit tests signed-off-by: Diego Araújo <diegoamc90@gmail.com>
-
Pending one unit test signed-off-by: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
Pending unit test for beginning uniqueness validator signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Signed-off By: Renan Fichberg <rfichberg@gmail.com> Signed-off By: Guilherme Rojas V. de Lima <guilhermehrojas@gmail.com>
-
Signed off by: Diego Araújo <diegoamc90@gmail.com>
28 Jan, 2014
5 commits
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Implementing ownership for configuration. Signed-off By: Diego Araújo <diegoamc90@gmail.com> Signed-off By: Fellipe Souto Sampaio <fllsouto@gmail.com>
21 Jan, 2014
3 commits
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Signed-off-by: Fellipe Souto <fllsouto@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
-
Created model and its unit tests. Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
09 Dec, 2013
1 commit
26 Nov, 2013
1 commit
-
Signed-off by : Rafael Reggiani Manzo <rr.manzo@gmail.com>
25 Nov, 2013
1 commit
-
Covered with unit tests KalibroEntites updated to rc6 Signed-off By: Fellipe Souto <fllsouto@gmail.com> Signed-off By: Renan Fichberg <rfichberg@gmail.com>
09 Nov, 2013
1 commit
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>
28 Oct, 2013
1 commit
-
Signed-off by: Renan Fichberg <rfichberg@gmail.com>
25 Oct, 2013
2 commits
-
Still missing valid address validation
22 Oct, 2013
2 commits
03 Sep, 2013
1 commit
-
Already associated it with User
02 Sep, 2013
2 commits
-
Unit tests.
21 Aug, 2013
2 commits
17 Aug, 2013
1 commit
-
It was necessary to update a lot of gems to get the latest kalibro_entities: atomic devise gherkin i18n mime-types multi_json rspec-core rspec-expectations rspec-mocks rubyntlm rvm-capistrano capistrano shoulda-matchers treetop