Skip to content

Commit

Permalink
Added fuubar
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Nov 17, 2010
1 parent f2fb04f commit 486b650
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
--color
--require fuubar
--format Fuubar
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ GEM
ffi (0.6.3)
rake (>= 0.8.7)
ffi (0.6.3-java)
fuubar (0.0.1)
progressbar (~> 0.9)
rspec (~> 2.0)
rspec-instafail (~> 0.1)
json_pure (1.4.6)
launchy (0.3.7)
configuration (>= 0.0.5)
Expand All @@ -31,6 +35,7 @@ GEM
nokogiri (1.4.3.1)
nokogiri (1.4.3.1-java)
weakling (>= 0.0.3)
progressbar (0.9.0)
rack (1.2.1)
rack-test (0.5.6)
rack (>= 1.0)
Expand All @@ -42,6 +47,7 @@ GEM
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-instafail (0.1.3)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
Expand All @@ -67,6 +73,7 @@ DEPENDENCIES
capybara!
celerity (>= 0.7.9)
culerity (>= 0.2.4)
fuubar (>= 0.0.1)
launchy (>= 0.3.5)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -77,3 +84,6 @@ DEPENDENCIES
sinatra (>= 0.9.4)
xpath (~> 0.1.2)
yard (>= 0.5.8)

METADATA
version: 1.0.6
1 change: 1 addition & 0 deletions capybara.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ Gem::Specification.new do |s|
s.add_development_dependency("rspec", [">= 2.0.0"])
s.add_development_dependency("launchy", [">= 0.3.5"])
s.add_development_dependency("yard", [">= 0.5.8"])
s.add_development_dependency("fuubar", [">= 0.0.1"])
end

0 comments on commit 486b650

Please sign in to comment.