gustavor-souza
|
8caea57c47
|
Fixing a spec timezone problem.
|
2015-09-29 22:40:13 -03:00 |
|
Cesy
|
46ee2168e1
|
Merge pull request #831 from CloCkWeRX/add_selenium
Add additional capyabara driver options
|
2015-09-16 11:59:22 +01:00 |
|
Cesy
|
5dd52ba17f
|
Merge pull request #830 from CloCkWeRX/sprellin
Fix minor typo in specs
|
2015-09-16 11:52:30 +01:00 |
|
Daniel O'Connor
|
83929cc8ee
|
Add the ability to run feature tests via selenium if you configure it, or run specs with GROWSTUFF_CAPYBARA_DRIVER=selenium bundle exec rake spec:features/
|
2015-09-15 11:28:30 +09:30 |
|
Daniel O'Connor
|
a49f359f9e
|
Fix minor typo in specs
|
2015-09-15 10:40:41 +09:30 |
|
Savant Krishna
|
346979c640
|
Merge remote-tracking branch 'upstream/dev' into pr_member_notify
|
2015-09-09 21:30:45 -04:00 |
|
pozorvlak
|
ef6dd88b1e
|
Merge pull request #820 from CloCkWeRX/fix_popover_better
Fix #819 by removing the popover behaviour for a standard avatar
|
2015-09-09 20:04:55 +00:00 |
|
Savant Krishna
|
0c315981df
|
Merge remote-tracking branch 'upstream/dev' into member_quicklink_md
Conflicts:
lib/haml/filters/growstuff_markdown.rb
|
2015-09-07 20:08:57 -04:00 |
|
Savant Krishna
|
342323e566
|
Add test for trying to quicklink non-existent @ member
|
2015-09-07 20:05:24 -04:00 |
|
Savant Krishna
|
a8924f95a7
|
Escape member links for [name](member) and @name using backslash
Change regex to lookforward
When escaping \@name remove \
|
2015-09-06 05:41:35 -04:00 |
|
Savant Krishna
|
7afd38a1ee
|
Fix #721 : Escape quick crop link in markdown
Lookahead in markdown to verify \ is not present
Test for escaping crop link
|
2015-09-06 04:20:14 -04:00 |
|
Savant Krishna
|
1908f670d9
|
Tests for feature #505 : Notifying members when mentioned
|
2015-09-06 14:41:04 +10:00 |
|
Savant Krishna
|
f36e9d726e
|
Change @ regex to match alphanumeric or _ and modify test string
|
2015-09-06 14:35:35 +10:00 |
|
Savant Krishna
|
b74d89c482
|
Tests for member quicklinks and @member links
|
2015-09-04 13:23:10 +10:00 |
|
Daniel O'Connor
|
f357916779
|
For more accurate specs, explicitly target the login-name container
|
2015-08-29 07:49:55 +09:30 |
|
pozorvlak
|
1c4d740217
|
Merge pull request #822 from cesy/phantomjs
Adding commentary to test for clarification of non-JS version
|
2015-08-28 13:17:53 +00:00 |
|
Cesy
|
fbb442dfee
|
Adding commentary to test for clarification of non-JS version
|
2015-08-28 13:00:38 +00:00 |
|
pozorvlak
|
53ed4f5b24
|
Merge pull request #810 from cesy/phantomjs
Turn on Phantom JS for all tests
|
2015-08-26 23:14:43 +00:00 |
|
Daniel O'Connor
|
cad361ed7a
|
#509 Update expectations, they were slightly different to what the test tool claimed they would be.
|
2015-08-25 00:57:39 +09:30 |
|
Daniel O'Connor
|
1187719e7b
|
#509 Add some basic test coverage
|
2015-08-25 00:51:13 +09:30 |
|
Cesy
|
b87194336f
|
Wrangler has different name in tests, fixing failing test
|
2015-08-20 14:16:39 +00:00 |
|
Cesy
|
0e98f84da7
|
Fixing admin tests where you need to click on navmenu with JS
|
2015-08-20 14:06:21 +00:00 |
|
Cesy
|
65e0752376
|
RSS feeds don't need JS
|
2015-08-20 13:07:25 +00:00 |
|
Cesy
|
3251dd1c54
|
Merge branch 'js_all_the_features' of github.com:pozorvlak/growstuff into phantomjs
Conflicts:
spec/features/admin/forums_spec.rb
spec/features/crops/alternate_name_spec.rb
spec/features/crops/crop_detail_page_spec.rb
spec/features/member_profile_spec.rb
spec/features/rss/members_spec.rb
spec/features/scientific_name_spec.rb
spec/features/signin_spec.rb
spec/features/signup_spec.rb
|
2015-08-20 12:09:18 +00:00 |
|
twconquest
|
c2e4686a23
|
Add negative tests for roles on profiles
|
2015-08-17 18:29:00 +00:00 |
|
twconquest
|
24df32ba7f
|
Merge upstream/dev into show-roles and re-add myself to CONTRIBUTORS.md
Conflicts:
CONTRIBUTORS.md
|
2015-08-17 17:48:50 +00:00 |
|
Cesy
|
5a12b47c7c
|
Revert "Revert "Fixing relative caching of post summary on homepage, fixed #789""
|
2015-08-06 12:37:59 +01:00 |
|
Cesy
|
1ec188c793
|
Revert "Fixing relative caching of post summary on homepage, fixed #789"
|
2015-08-06 12:36:21 +01:00 |
|
Cesy
|
438b2444df
|
Merge pull request #790 from cesy/homepagetests
Fixing relative caching of post summary on homepage, fixed #789
|
2015-08-06 12:34:15 +01:00 |
|
Cesy
|
0681fac406
|
Correcting view test for posts
|
2015-08-06 09:51:14 +00:00 |
|
Cesy
|
9682300b85
|
Merge pull request #785 from sha1sum/notification_pagination
Resolved #562 - Pagination of notifications.
|
2015-08-06 10:40:02 +01:00 |
|
Cesy
|
5b19d236d0
|
Merge pull request #783 from pozorvlak/remove_last_count_calls
Replace the last few .count and .length calls with .size where possible
|
2015-08-05 18:57:04 +01:00 |
|
Anthony Atkinson
|
919c25ca67
|
Fixing notifications index view spec to be compatible with new Kaminari pagination.
|
2015-08-01 11:58:13 -04:00 |
|
Anthony Atkinson
|
29f3cc3238
|
Updating new test additions and edits to features/harvests with Rspec3 Ruby2 syntax.
|
2015-08-01 11:39:51 -04:00 |
|
Anthony Atkinson
|
bc9a025788
|
Merge branch 'dev' into notification_pagination
|
2015-08-01 11:38:01 -04:00 |
|
pozorvlak
|
de63fdc952
|
Merge pull request #786 from sha1sum/open_service_in_footer
Resolves #617 - Open Service graphic link in footer
|
2015-07-28 22:00:19 +01:00 |
|
twconquest
|
1019834c41
|
Merge branch 'dev' into show-roles
Conflicts:
spec/features/member_profile_spec.rb
|
2015-07-28 19:42:55 +00:00 |
|
twconquest
|
362f7a78b1
|
Add feature test for showing roles
|
2015-07-28 19:33:05 +00:00 |
|
Anthony Atkinson
|
9d62c012f1
|
Resolves #617 - Open Service graphic link in footer
|
2015-07-25 13:34:16 -04:00 |
|
Anthony Atkinson
|
cbb50df8d0
|
Resolved #562 - Pagination of notifications.
|
2015-07-25 13:18:30 -04:00 |
|
Miles Gould
|
8873986562
|
Merge branch 'pr/779' into dev
|
2015-07-24 11:05:21 +01:00 |
|
Miles Gould
|
f29c0ad085
|
Replace .length calls with .size
|
2015-07-23 23:21:55 +01:00 |
|
Miles Gould
|
96b0198d41
|
Replace remaining calls to count() with size()
The couple that aren't removed are required: for instance, there's a
Crop.count method, but no Crop.size method.
|
2015-07-23 23:05:39 +01:00 |
|
Miles Gould
|
48649d1986
|
Clarify comment on an order-dependent feature test
|
2015-07-23 22:00:06 +01:00 |
|
Miles Gould
|
9e2e93b544
|
Remove the last few .shoulds from spec/features
|
2015-07-23 21:57:22 +01:00 |
|
Miles Gould
|
1f0f55dc81
|
Merge branch 'pr/781' into dev
|
2015-07-23 19:55:57 +01:00 |
|
Anthony Atkinson
|
5a33b2b754
|
Creating a directory for gardens under spec/features (to stay consistent with other features) and moving the creation specs from spec/gardens_spec.rb to spec/gardens/adding_gardens_spec.rb.
Also added the required and optional field tests for Garden form.
|
2015-07-23 11:42:04 -04:00 |
|
Anthony Atkinson
|
69cb87fd0f
|
Test that required and optional fields are displaying properly on Seed form.
|
2015-07-23 11:36:54 -04:00 |
|
Anthony Atkinson
|
efd6328436
|
Test for required and optional field display on Harvest form.
|
2015-07-23 11:32:06 -04:00 |
|
Anthony Atkinson
|
19adabc55f
|
Test for required and optional field display on Planting form.
|
2015-07-23 11:27:17 -04:00 |
|