20 Apr, 2016
1 commit
-
Unit tests cannot expects that models will always be fetched. But to make sure things are still well tested, verify the existence of a configuration, project and repository in the homepage feature.
13 Apr, 2016
1 commit
-
The acceptance test has been refactored accordingly and got more extended to untested features.
17 Apr, 2015
4 commits
-
This reverts commit 99457cf1ee4c3914314199a1eb83a58d4dd7b3cf.
-
Missing actions for menu selection Signed off by: Daniel Miranda <danielkza@gmail.com>
-
Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
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>
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
27 Jun, 2013
1 commit