Stephen
6d6208cd81
Refactor Rakefile and spec files for better organization and readability
2024-05-05 03:28:20 +10:00
Stephen
ed7c9e8d3b
Refactor Rakefile and spec files for better organization and readability
2024-05-05 03:27:23 +10:00
Stephen
6d56d6cfcd
Tidy Rakefile
2024-01-03 14:50:21 +10:00
Stephen
482143067b
Updated http://beefproject.com to https://beefproject.com
2023-12-31 14:46:15 +10:00
jcrew99
3a486c7626
Updated Copyright
2023-12-26 22:32:31 -05:00
bcoles
a3b0d88999
Scripts: Remove CDE Rake task and generate-certificate script ( #2797 )
...
* Remove generate-certificate
* Rakefile: Remove CDE task
* scripts: shellcheck bump-version
2023-04-03 19:32:30 +10:00
bcoles
073c7f7f24
Replace deprecated File.exists? with File.exist? ( #2740 )
2023-03-05 14:50:15 +11:00
jcrew99
486a9bb329
Update copyright 2023 ( #2675 )
...
* updated copyright
* reverted gemfile lock changes
2022-12-31 15:36:07 +10:00
wheatley
f33e2698a0
MAINTAINABILITY: 2257 update copyright 2022 ( #2259 )
...
* 2257 updated copyright date
2021-12-31 09:48:08 +10:00
Isaac Powell
7c3e342981
Feature/ci ( #2190 )
...
squash and merge
2021-10-15 14:22:56 +11:00
J
4ec6ecee27
updated all of the copyright information
2021-01-11 04:48:56 +10:00
Jack Walker
b62e4c0b3a
Bumping version of failing configs.
2020-04-27 16:35:06 +10:00
Jack Walker
9f5b3c540d
Re-running failing tests.
2020-04-24 11:32:10 +10:00
Jack Walker
539860e333
Commit to test new travis.yml
2020-04-22 09:36:39 +10:00
Jack Walker
a271d7656b
Pushing changes that should enable BrowserStack. Partly pushing to see if we get these results in Travis.
2020-04-14 16:21:40 +10:00
Grant Burgess
f608cacb2f
Replaced yaml.load with yaml.safe_load
2020-01-03 10:40:57 +10:00
beep
470b3483d0
Update copyright information
2020-01-01 18:47:08 -08:00
Ben Passmore
704e675edf
Removed datamapper for otr-activerecord
2019-10-08 16:10:00 +10:00
Ben Passmore
d6972adfcb
Reworked travis and build issues with new rspec tests
2019-09-26 16:20:15 +10:00
Ben Passmore
ba3183ef38
Merge branch 'rspec-conversion'
...
* Converted tests to rspec for future releases + travis integration.
* Files remaining in test/ are integrations that require verification if they are still relevant/working.
2019-09-26 13:42:50 +10:00
root
ce6d261c05
putting the file in the gemset instead
2019-09-20 07:07:36 +00:00
root
c2f9922920
updated rakefile change
2019-09-20 06:55:30 +00:00
root
31aae8fdaf
adding a catch to a possible ruby bug
2019-09-20 06:29:10 +00:00
root
060ed96c7f
changed the default task to quick
2019-09-20 05:40:54 +00:00
root
43dd97fe72
change the default task
2019-09-20 05:20:18 +00:00
Ben Passmore
7c5a5b4df4
Converted unit tests, further work required
2019-04-17 10:48:04 +10:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Ben Passmore
888e0f838b
Fixed issues when running tests on fresh clone
...
- Added the `rdoc` gem to the test group.
- Created `tmp` directory if one doesn't exist to store testing beef
configuration.
2018-09-22 14:48:45 +10:00
Brendan Coles
9c185aadce
Remove bundle audit tests
2018-03-09 08:02:22 +00:00
Brendan Coles
6e9c2850c7
Fix dependencies
2018-03-09 08:01:26 +00:00
Bucky Wilson
7d4ef0f7e0
Renamed tmp config file - corrected tear down
...
FIXED Too many rake name to tear things down correctly.
modified: Rakefile
2018-01-10 09:49:33 +10:00
Bucky Wilson
e8f203bd94
Added assertions for testing, corrected beef tear-down
...
Turned the exercise script into a limited test.
Added is password function to rest client
Corrected incorrect tear down in the Rakefile
modified: Rakefile
modified: test/api/1333_auth_rate.rb
modified: test/api/lib/beef_rest_client.rb
2018-01-10 09:49:33 +10:00
Bucky Wilson
c13a011cd8
Pre-creation of actual test
...
1333_auth_rate - multiple cyles of api auth requests at different
speeds.
Fast auth attempts should block
Solwer attempts, when valid should succeed
modified: Rakefile
renamed: test/api/beef_rest.rb -> test/api/1333_auth_rate.rb
2018-01-10 09:49:33 +10:00
Bucky Wilson
9dcf516b88
Test,/exercise script to evaluate rate limiting
...
Debug details in the script
2018-01-10 09:49:33 +10:00
Bucky Wilson
30e75c7aad
Added rest_test entry to the rake file. Updated beef start/stop
...
Using 'custom' config rake starting.
2018-01-10 09:49:33 +10:00
Wade Alcorn
fca5279f17
Updated Copyright dates
2018-01-04 09:12:47 +10:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
Brendan Coles
6d7f799abf
Add confirmation to SSL certificate generation
2016-10-09 19:40:11 +00:00
Brendan Coles
3884bd10c0
Add Rake task to re-generate SSL/TLS certificate
2016-10-09 01:23:34 +00:00
Brendan Coles
6eccbbe1a6
Rename docs to doc
2016-03-20 16:31:14 +00:00
Brendan Coles
9d8d1c28a1
Add rdoc rake task
2016-03-20 15:38:35 +00:00
Wade Alcorn
ce01d9fa46
updated copyright year
2015-12-30 08:11:57 +10:00
Brendan Coles
bbeeabdffe
Add bundle-audit Rake tasks
...
Thanks @cwest !
Source: http://caseywest.com/run-bundle-audit-from-rake/
2015-08-18 04:35:32 +00:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
antisnatchor
cdb050a940
Added more delay to beef_start Rakefile task.
2014-03-02 16:05:19 +00:00
Ben Passmore
52aacdde66
Removed bundle install from Rakefile for TeamCity
2014-02-26 15:45:06 +10:00
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
Saafan
af8018500b
Fixing some unit tests
2013-03-31 16:22:58 +02:00
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00