summaryrefslogtreecommitdiff
path: root/features/support
Commit message (Collapse)AuthorAgeFilesLines
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-3/+3
|
* remove unexisting stubsDmitriy Zaporozhets2013-02-051-8/+1
|
* Remove save files with failed test %)Andrey Kumanyaev2013-01-241-1/+0
|
* fix testsAndrey Kumanyaev2013-01-241-1/+1
|
* sidekiq with green testsDmitriy Zaporozhets2013-01-091-0/+2
|
* organize simplecovDmitriy Zaporozhets2013-01-071-4/+1
|
* Update to rails 3.2.10. Use simplercov in spinach tooDmitriy Zaporozhets2013-01-051-0/+5
|
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-3/+3
|
* Make tests green for postgresDmitriy Zaporozhets2012-12-181-2/+0
|
* Increased test coverageDmitriy Zaporozhets2012-11-211-1/+6
|
* class for moving projectDmitriy Zaporozhets2012-11-241-1/+1
|
* Use poltergeist instaead of capybara-webkitDmitriy Zaporozhets2012-11-161-3/+22
|
* Add feature steps for a generic, non-"Shop" projectRobert Speicher2012-09-261-0/+2
| | | | This group is better for features that only deal with one project.
* refactor feature stepsNihad Abbasov2012-09-101-2/+3
|
* add spinach steps for project issues and source featuresNihad Abbasov2012-09-101-0/+2
|
* rewrite project commits features using spinachNihad Abbasov2012-09-101-2/+11
|
* rewrite dashboard feature steps using spinachNihad Abbasov2012-09-101-0/+6
|
* modify env file for spinachNihad Abbasov2012-09-101-57/+7
|
* All specs and features currently passing with FactoryGirlRobert Speicher2012-08-281-2/+4
|
* Remove spec/factory and spec/factoriesRobert Speicher2012-08-281-1/+0
|
* Use similar interface to access gitoliterandx2012-08-291-0/+8
| | | | | | | | | Simplified gitolite handle logic Stubn over monkeypatch Stub only specific methods in Gitlab:Gitolite Moved grach auth to lib added specs for keys observer removes SshKey role
* Cleanup spec/support folder and spec/spec_helperRobert Speicher2012-08-251-2/+2
| | | | | | | | | | | | | Changes: * Move spec/monkeypatch to spec/support * Remove unused support/shared_examples * Move support/api to support/api_helpers to match module name * Move support/login to support/login_helpers to match module name * Move API specs to requests/api (convention over configuration) * Remove unused support/js_patch * Simplify login_as helper * Move DatabaseCleaner stuff to its own support file * Remove unnecessary configuration and requires from spec_helper
* Don't run SimpleCov on TravisRobert Speicher2012-08-231-2/+4
|
* Speed up the "Project Network Graph" cucumber featureRobert Speicher2012-08-211-0/+2
| | | | | | | | | | This change involves stubbing out the call to `Grit::Commit.find_all` and limiting the number of commits to 10 vs. the standard of 650 used by `Gitlab::GraphCommit.to_graph`. Prior to this change, this single feature required almost 3 minutes of running time and over 2 GB of memory on my machine. Now it takes less than 3 seconds.
* Headless gem addedrandx2012-08-191-0/+5
|
* rspec to capybara-webkit. simplercov now use cucumberDmitriy Zaporozhets2012-08-131-29/+4
|
* Switch to capybara-webkit for Cucumberrandx2012-08-111-10/+1
|
* Trying to prevent travis broken builds by increase capybara timout for cucumberrandx2012-08-111-0/+8
|
* Cucumber:Dmitriy Zaporozhets2012-06-151-0/+67
* Profile * Browse code * Sceleton for main features * Wiki * Commits