Brenda Wallace
a46b8ebe76
Fix up all UnneededInterpolation
2017-02-16 12:26:47 +13:00
Brenda Wallace
be2426c99f
Use timezone when creating dates
2017-02-10 21:53:18 +13:00
Brenda Wallace
6bd9bd98d9
Removed extra blank lines, & added a end of file
2016-11-16 12:52:48 +13:00
Daniel O'Connor
4b4e0cf69a
$ rubocop --only HashSyntax --auto-correct
...
483 files inspected, 2018 offenses detected, 2018 offenses corrected
2016-05-19 15:53:11 -04: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
Skud
d0f856d389
Fixed various problems with search matching
2015-02-17 19:20:25 +11:00
Shiho Takagi
018b2b4711
elasticsearch to be turned off as a default in dev and test
2015-01-21 16:47:22 +11:00
Taylor Griffin
f62fd8484a
get rid of annoying warning about doubly loaded files when running tests
2014-12-15 21:13:22 +11:00
Taylor Griffin
c83b01bbb7
catch up with dev
2014-11-18 22:59:43 +11:00
Taylor Griffin
7fc886f43c
implement custom Sweeper class as stop gap against errors when running specs
2014-11-16 12:01:27 +11:00
Taylor Griffin
af9aa690ba
Merge branch 'dev' of https://github.com/Growstuff/growstuff into finish-plantings-javascript
2014-11-11 18:37:30 +11:00
Miles Gould
b989168887
Fix "shared example group previously defined" warning
...
We were getting the warning
```
WARNING: Shared example group 'crop suggest' has been previously defined
at:
/Users/miles/src/growstuff/spec/features/shared_examples/crop_suggest_spec.rb:3
...and you are now defining it at:
/Users/miles/src/growstuff/spec/features/shared_examples/crop_suggest_spec.rb:3
The new definition will overwrite the original one.
```
Following the suggestion at
https://github.com/rspec/rspec-core/issues/828#issuecomment-38789977 ,
I've renamed crop_suggest_spec.rb to crop_suggest.rb, which made the
error go away without reducing the number of tests run. RSpec must
have thought it was a spec file and loaded it directly, then loaded it
again when it was first required by an actual spec file.
2014-11-02 22:57:29 +00:00
Taylor Griffin
0ccd6e843a
implement confirm without date functionality on appty on append date js
2014-10-23 22:43:38 +11:00
Taylor Griffin
9b10a7c3ce
write shared example group for append date
2014-10-23 22:18:52 +11:00
catfriend
b0ee83bc3e
added test for adding placeholder text
2014-09-05 16:23:33 -07:00
Taylor Griffin
7fa05d81e9
fix tests to match new implementation of of auto_suggest
2014-08-29 07:38:55 +10:00
Taylor Griffin
fd651de7ea
implement auto suggest on new seed page
2014-08-24 12:02:53 +10:00
Taylor Griffin
d038ac6d8a
test that input value is not affected by auto suggest
2014-08-24 10:53:24 +10:00
Taylor Griffin
e0d81f5693
improve and abstract auto_suggest api
2014-08-02 22:14:10 +10:00
Taylor Griffin
7aef1264ce
fix edge case where user types in full name of crop and doesn't use autocomplete suggestions
2014-08-02 20:44:19 +10:00
Taylor Griffin
c282b3b208
abstract crop suggest autocomplete tests into a shared example
2014-08-01 20:18:28 +10:00