06 Sep, 2015
1 commit
-
Otherwise on databases that implement foreign keys it will raise a exception on destroying. See: https://lists.ime.usp.br/archives/mezuro-core/2015-August/005991.html
17 Jun, 2015
1 commit
21 May, 2015
2 commits
26 Feb, 2015
1 commit
-
* Unit tests pass * Missing acceptance tests * The models were kept so the migrations works Still has to filter the project list by not hidden.
12 Feb, 2015
2 commits
-
Also refactored Project's factory Signed off by: Daniel Alves <danpaulalves@gmail.com>
-
Otherwise, ActiveResource requests would look for the unexistent route /mezuro_configurations instead of /kalibro_configuration which is the route expected by KalibroConfigurations webservice.
25 Nov, 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>
28 Jan, 2014
1 commit
-
Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
21 Jan, 2014
1 commit
-
Signed-off-by: Fellipe Souto <fllsouto@gmail.com> Signed-off-by: Renan Fichberg <rfichberg@gmail.com>
09 Nov, 2013
1 commit
03 Sep, 2013
1 commit
-
Already associated it with User
27 Jun, 2013
1 commit