mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-13 01:37:10 +02:00
Add gem rspec-its
This commit is contained in:
parent
c501a76264
commit
a24c65ad34
1
Gemfile
1
Gemfile
@ -16,6 +16,7 @@ group :development do
|
||||
end
|
||||
|
||||
group :test do
|
||||
gem "rspec-its"
|
||||
gem "factory_girl_rails"
|
||||
gem "database_cleaner", "~> 1.2.0"
|
||||
gem "capybara", "~> 2.2.1"
|
||||
|
@ -178,6 +178,9 @@ GEM
|
||||
rspec-core (2.99.2)
|
||||
rspec-expectations (2.99.2)
|
||||
diff-lcs (>= 1.1.3, < 2.0)
|
||||
rspec-its (1.0.1)
|
||||
rspec-core (>= 2.99.0.beta1)
|
||||
rspec-expectations (>= 2.99.0.beta1)
|
||||
rspec-mocks (2.99.2)
|
||||
rspec-rails (2.99.0)
|
||||
actionpack (>= 3.0)
|
||||
@ -248,6 +251,7 @@ DEPENDENCIES
|
||||
pry
|
||||
pry-rails
|
||||
rake
|
||||
rspec-its
|
||||
rspec-rails (~> 2.99)
|
||||
simplecov (~> 0.7.1)
|
||||
timecop
|
||||
|
Loading…
Reference in New Issue
Block a user