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 |
|
Anthony Atkinson
|
9d62c012f1
|
Resolves #617 - Open Service graphic link in footer
|
2015-07-25 13:34:16 -04:00 |
|
Miles Gould
|
8873986562
|
Merge branch 'pr/779' into dev
|
2015-07-24 11:05:21 +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 |
|
Anthony Atkinson
|
ccde5b230b
|
Comments for reasoning behind adding bangs to let statements.
|
2015-07-23 10:12:03 -04:00 |
|
Anthony Atkinson
|
33f28d1727
|
Two tests required bangs on let statements in order to pass after refactoring.
|
2015-07-23 10:07:10 -04:00 |
|
AELOGICA
|
aa3cf729c8
|
Added feature tests for on gardens, seeds and harvests for the card based thumbnails
|
2015-07-23 15:44:27 +08:00 |
|
AELOGICA
|
611adc0728
|
Fixed test errors for seeds and garden thumbnails.
|
2015-07-23 15:44:26 +08:00 |
|
Anthony Atkinson
|
5a35a3da01
|
Initial rendition of feature test upgrade to Ruby 2.x and Rspec 3.x syntax.
|
2015-07-22 19:48:41 -04:00 |
|
AELOGICA
|
134465d023
|
Fixed feature errors and removed failing deprecated tests
|
2015-07-17 07:31:53 +08:00 |
|
AELOGICA
|
a581b759a3
|
Added tests for creating crops with multiple scientific and alternate names
|
2015-07-17 07:31:53 +08:00 |
|
AELOGICA
|
734b57e395
|
Fixed feature test errors
|
2015-07-17 07:31:53 +08:00 |
|
pozorvlak
|
8c017b24e0
|
Merge pull request #774 from jacarandang/signout
[#568] Signout redirects to last page visited
|
2015-07-16 23:22:03 +01:00 |
|
AELOGICA
|
85e4708b71
|
Changed plantings_by_owner_path to seeds_by_owner_path on misc_seeds_spec.rb
|
2015-07-16 08:06:01 +08:00 |
|
AELOGICA
|
0816b6b114
|
Added link to owner's profile from seeds', plantings', and harvests' index
|
2015-07-13 10:42:06 +08:00 |
|
Jym Paul A. Carandang
|
91b5c3e798
|
Added test for signount redirection
|
2015-07-13 09:52:05 +08:00 |
|
pozorvlak
|
133a67a8f2
|
Merge pull request #764 from GabrielSandoval/gab/places
Fixes #720 - Places show nearby seeds, members, and plantings.
|
2015-07-10 16:26:25 +01:00 |
|
AELOGICA
|
43d7c36fc5
|
Created feature tests for showing nearby plantings, seeds, and members on search
|
2015-07-10 11:25:05 +08:00 |
|
AELOGICA
|
0407df880b
|
Added feature tests for sunniness icons for plantings page.
|
2015-07-10 11:17:11 +08:00 |
|
Jace Monje
|
fa0cb55789
|
fixed errors in tests
|
2015-07-09 08:01:58 +08:00 |
|
Jace Monje
|
7232f4614c
|
refactored tests
fixed tests
|
2015-07-09 07:37:29 +08:00 |
|
pozorvlak
|
edcbc939e3
|
Merge pull request #728 from oshiho3/575-one-click-email-unsubscribe
#575 One click email unsubscribe
|
2015-07-08 22:06:29 +01:00 |
|
AELOGICA
|
c746c6d6d7
|
Added feature and test for request #549
|
2015-07-08 08:35:45 +08:00 |
|
AELOGICA
|
7607daa83a
|
Added feature and test for request #549
|
2015-07-08 08:16:32 +08:00 |
|
pozorvlak
|
ccc63381a6
|
Merge pull request #753 from CjayBillones/dev
Show edited date/time on posts/comments and Show last login date on member profile
|
2015-07-07 11:30:08 +01:00 |
|
AELOGICA
|
8d5367be9a
|
Refactored code and replaced the plantings/tumbnail view.
|
2015-07-07 08:20:43 +08:00 |
|
AELOGICA
|
516274b2b7
|
Added feature more feature tests on plantings creation for progress bars' status
|
2015-07-07 08:20:43 +08:00 |
|
AELOGICA
|
b01385a1e4
|
Added some tests on the days before maturity feature
|
2015-07-07 08:20:43 +08:00 |
|
Cjay Billones
|
e94cbcef02
|
Refactor spec
Refactor spec by changing before(:each) into let
|
2015-07-06 10:56:31 +08:00 |
|
Cjay
|
64cf71ab4f
|
Fix test for comments
|
2015-07-02 19:01:32 +08:00 |
|
Cjay
|
3fb9283ca7
|
Add tests for posts
|
2015-07-02 18:54:17 +08:00 |
|
Cjay
|
a73d492062
|
Add tests for comment
|
2015-07-02 18:53:54 +08:00 |
|
AELOGICA
|
9bd7448ae6
|
Added the feature test for searching places
|
2015-06-26 09:17:08 +08:00 |
|
AELOGICA
|
87f1c6c26d
|
Added an alert for empty string search.
|
2015-06-23 14:33:13 +08:00 |
|
Andrey
|
e35ebab380
|
Reply to notification action
|
2015-05-27 11:56:24 +10:00 |
|
Shiho Takagi
|
3b42806b77
|
Modified wordings
|
2015-05-22 13:46:19 +10:00 |
|
Skud
|
8410b6db1e
|
Merge pull request #700 from sksavant/photo_linkback
Linkbacks in photo view page to harvest and gardens
|
2015-05-20 10:08:33 +10:00 |
|
Skud
|
aef4800ad3
|
Merge pull request #737 from soborok/issue-610-solved
resolved issue-610 to display only active planting
|
2015-05-20 10:08:11 +10:00 |
|
Skud
|
a3b9c50fea
|
Merge pull request #723 from cesy/moretests
More tests
|
2015-05-20 10:06:18 +10:00 |
|
soborok
|
76608a981c
|
resolved issue-610 to display only active planting
|
2015-04-07 13:10:33 -05:00 |
|
Shiho Takagi
|
c253c86787
|
minor improvements
|
2015-03-17 11:40:32 +11:00 |
|
Shiho Takagi
|
0c6b6e0e0e
|
added show all/less toggle button
|
2015-03-12 13:49:37 +11:00 |
|
Shiho Takagi
|
ad6c1ba2dc
|
tiding up the code
|
2015-03-08 15:10:30 +11:00 |
|
Shiho Takagi
|
40adc379ae
|
Merge branch 'dev' of https://github.com/Growstuff/growstuff into 575-one-click-email-unsubscribe
|
2015-03-06 10:51:09 +11:00 |
|