36 Commits

Author SHA1 Message Date
Kenji Okimoto
8f8d254cbf Add binding_of_caller gem for debugging
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:16:12 +09:00
Kenji Okimoto
f640e7fac5
Add listen gem to development group
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-15 12:41:36 +09:00
Kenji Okimoto
d02e1bac38 Use headless chrome
Update following gems:

* capybara to 3.0.2
* capybara-screenshot to 1.0.19
* remove poltergeist
* add selenium-webdriver

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:52:14 +09:00
Kenji Okimoto
de1078e618 Update to Rails 5.0.7
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:52:14 +09:00
Kenji Okimoto
63952701e4 Use latest webmock to follow net/http API changes
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:52:14 +09:00
Kenji Okimoto
281bd89d27 Update Capybara
TODO: I will update Capybara to 3.x after I update Rails 5.2.x

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:48:26 +09:00
Kenji Okimoto
2fb41823c8 Use latest simplecov 2018-04-18 14:17:19 +09:00
yoshihara
f160ceb984 Merge branch 'master' into add_web_console
Conflicts:
	Gemfile.lock
2015-04-15 15:22:51 +09:00
yoshihara
6451649a37 Remove unused gem ( database_cleanner ) 2015-04-14 18:33:48 +09:00
yoshihara
f0f4077f18 Add better_errors gem 2015-04-14 11:25:58 +09:00
yoshihara
d8aa4fb9f3 Add web-console gem 2015-04-14 11:00:23 +09:00
yoshihara
c6e5ef5bc3 Remove rspec-its gem from dependency gems 2015-04-02 16:16:00 +09:00
yoshihara
9dc12cc5bb Update capybara ~> 2.4.0 to surpress warning
refs #161

The below warning was surpressed by the newest capybara.
 c.f. https://github.com/jnicklas/capybara/issues/1254

Warning:
--------------------------------------------------------------------------------
Capybara::RSpecMatchers::HaveText implements a legacy RSpec matcher
protocol. For the current protocol you should expose the failure messages
via the `failure_message` and `failure_message_when_negated` methods.
(Used from /Users/yoshihara/everyleaf/fluentd-ui/spec/features/fluentd/setting/running_backup_spec.rb:85:in `block (6 levels) in <top (required)>')
--------------------------------------------------------------------------------

And specs are all green :)
2015-04-02 14:03:09 +09:00
yoshihara
084836f000 Update rspec ~> 3.0 and dependency gems to prepare rails 4.2 updating
refs #161
2015-04-02 14:02:04 +09:00
Koichi TANAKA
68ad8f80a6 Add gem capybara-screenshot on test 2014-12-03 17:28:31 +09:00
Koichi TANAKA
a24c65ad34 Add gem rspec-its 2014-12-03 16:31:30 +09:00
uu59
18ed7ba8f2 Add pry-rails for development & test 2014-11-20 17:06:50 +09:00
uu59
738770dea5 Remove unnecessary dependency from production (maybe #70 fixed) 2014-08-04 10:48:41 +09:00
uu59
9a74d266ae Add phantomjs for feature spec 2014-07-29 13:52:17 +09:00
uu59
e6990daa6c Add Fluentd::Agent#errors_since spec 2014-06-30 14:45:57 +09:00
uu59
e2c9cf5a3f Downgrade rspec 3.00 -> 2.99 because rails g controller generated a spec that require 'rails_helper', but we haven't it"
Re-run rails g rspec:install causes many conflicts on spec_helper.rb
I'll investigate and solve it in the future
2014-06-04 15:33:23 +09:00
uu59
d84f88bb3e Using puma to reduce too many warning on production
WARN  Could not determine content-length of response body. Set content-length of the response or set Response#chunked = true
2014-06-03 14:33:39 +09:00
uu59
4509ac50e5 Use rspec 3.00 2014-06-03 13:58:48 +09:00
uu59
83f2157532 Don't load Gemfile.plugins, it is no needed now 2014-05-29 14:15:05 +09:00
uu59
c0765d1fc1 Remove puma from production (move to test/development) 2014-05-20 13:47:04 +09:00
uu59
176b7771bd Fix gems group 2014-05-15 18:11:07 +09:00
uu59
9e59c5ac19 Add all methods of Plugin model specs 2014-05-15 16:44:34 +09:00
uu59
6b235a306d Add primitive plugin management install/uninstall 2014-05-14 17:46:32 +09:00
uu59
9945c62ede Add simplecov 2014-05-13 17:02:32 +09:00
uu59
fc044bd719 Add feature spec 2014-05-13 17:02:32 +09:00
uu59
136d4da7b6 Add database_cleaner 2014-05-13 17:02:32 +09:00
uu59
1f8dd17c43 model spec 2014-05-13 17:02:32 +09:00
uu59
9b317602b6 Runnable fluentd-ui command by gem i fluentd-ui 2014-05-09 15:50:07 +09:00
uu59
d6b59966a1 Gemfile to .gemspec 2014-05-09 15:37:27 +09:00
uu59
4555beda8a Fixup gems 2014-05-08 16:00:55 +09:00
uu59
9c19a42528 rails new ./fluentd-ui -T -D 2014-05-08 15:53:16 +09:00