gitlab-ce/spec
Robert Speicher 56c4f22c80 Remove redundant integration tests
These three tests were essentially checking that adding a note to
something updated its `noteable`'s `updated_at` attribute.

This is well-tested Rails behavior and we shouldn't feel the need to
write an integration test to verify it. At most we should be ensuring
that the association definition adds the `touch: true` option, which we
now do in Note's unit test.
2016-03-07 15:33:26 -05:00
..
benchmarks
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Use Gitlab::Git::DiffCollections 2016-03-03 18:38:44 +01:00
factories Merge branch 'rs-factory-nitpicks' into 'master' 2016-03-07 09:02:49 +00:00
features Allow the initial admin to set a password 2016-03-04 17:37:57 -05:00
finders
fixtures Add support for keyword arguments in label reference method 2016-03-03 10:41:11 +01:00
helpers Use Gitlab::Git::DiffCollections 2016-03-03 18:38:44 +01:00
initializers
javascripts Change `js-quick-submit` behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
lib Merge branch 'feature/cross-project-labels' into 'master' 2016-03-07 09:16:22 +00:00
mailers
models Remove redundant integration tests 2016-03-07 15:33:26 -05:00
requests Add traits for each access_level to ProjectMember factory 2016-03-06 16:53:22 -05:00
routing Remove `Profile::KeysController#new` action 2016-03-03 16:13:59 -05:00
services Merge remote-tracking branch 'origin/issue_5854' 2016-03-04 14:29:57 +01:00
support Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' 2016-02-24 23:09:29 +00:00
tasks/gitlab
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers
factories_spec.rb
rails_helper.rb
spec_helper.rb
teaspoon_env.rb