summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-08-30 18:10:54 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-08-30 18:10:54 -0400
commit428f2e4293d6b50469f003517c576d3cc298692b (patch)
tree7db900a03cfd0d34cc35cfab357cae73dcf9ba27
parentc1f081bb5148aed3787b43752a97e5bcb59a3ade (diff)
downloadgitlab-ci-428f2e4293d6b50469f003517c576d3cc298692b.tar.gz
Add Fuubar
-rw-r--r--.rspec2
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock8
3 files changed, 10 insertions, 1 deletions
diff --git a/.rspec b/.rspec
index 4e1e0d2..ad3f5b7 100644
--- a/.rspec
+++ b/.rspec
@@ -1 +1 @@
---color
+--color --format Fuubar
diff --git a/Gemfile b/Gemfile
index c04d472..651f5ba 100644
--- a/Gemfile
+++ b/Gemfile
@@ -112,6 +112,7 @@ end
group :development, :test do
gem 'byebug', platform: :mri
+ gem 'fuubar', '~> 2.0.0'
gem 'pry-rails'
gem "database_cleaner", '~> 1.4.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index f375927..b31b666 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -189,6 +189,9 @@ GEM
dotenv (>= 0.7)
thor (>= 0.13.6)
formatador (0.2.4)
+ fuubar (2.0.0)
+ rspec (~> 3.0)
+ ruby-progressbar (~> 1.4)
gitlab_ci_meta (4.0)
grape (0.6.1)
activesupport
@@ -330,6 +333,10 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
netrc (~> 0.7)
+ rspec (3.3.0)
+ rspec-core (~> 3.3.0)
+ rspec-expectations (~> 3.3.0)
+ rspec-mocks (~> 3.3.0)
rspec-core (3.3.2)
rspec-support (~> 3.3.0)
rspec-expectations (3.3.1)
@@ -470,6 +477,7 @@ DEPENDENCIES
fog (~> 1.25.0)
font-awesome-rails (~> 3.2)
foreman
+ fuubar (~> 2.0.0)
gitlab_ci_meta (~> 4.0)
grape
grape-entity