Skip to content

Commit

Permalink
Update reps
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Feb 21, 2014
1 parent 5aa283d commit 98a7fac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
27 changes: 16 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
actionpack (1.4.0)
activesupport (4.0.2)
activesupport (4.0.3)
i18n (~> 0.6, >= 0.6.4)
minitest (~> 4.2)
multi_json (~> 1.3)
Expand All @@ -22,7 +22,10 @@ GEM
json
celluloid (0.15.2)
timers (~> 1.1.0)
chunky_png (1.2.9)
celluloid-io (0.15.0)
celluloid (>= 0.15.0)
nio4r (>= 0.5.0)
chunky_png (1.3.0)
coderay (1.1.0)
coveralls (0.7.0)
multi_json (~> 1.3)
Expand All @@ -41,14 +44,14 @@ GEM
curb (0.8.5)
daemons (1.1.9)
diff-lcs (1.2.5)
docile (1.1.2)
docile (1.1.3)
eventmachine (1.0.3)
extlib (0.9.16)
ffi (1.9.3)
formatador (0.2.4)
gherkin (2.12.2)
multi_json (~> 1.3)
guard (2.3.0)
guard (2.4.0)
formatador (>= 0.2.4)
listen (~> 2.1)
lumberjack (~> 1.0)
Expand All @@ -57,17 +60,18 @@ GEM
guard-cucumber (1.4.1)
cucumber (>= 1.2.0)
guard (>= 1.1.0)
guard-rspec (4.2.5)
guard-rspec (4.2.6)
guard (~> 2.1)
rspec (>= 2.14, < 4.0)
haml (4.0.5)
tilt
highline (1.6.20)
i18n (0.6.9)
json (1.8.1)
kramdown (1.3.1)
listen (2.4.0)
kramdown (1.3.2)
listen (2.5.0)
celluloid (>= 0.15.2)
celluloid-io (>= 0.15.0)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
lumberjack (1.0.4)
Expand All @@ -77,6 +81,7 @@ GEM
minitest (4.7.5)
multi_json (1.8.4)
multi_test (0.0.3)
nio4r (1.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
pry (0.9.12.6)
Expand Down Expand Up @@ -108,7 +113,7 @@ GEM
rspec-core (2.14.7)
rspec-expectations (2.14.5)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.14.5)
rspec-mocks (2.14.6)
simplecov (0.8.2)
docile (~> 1.1.0)
multi_json
Expand All @@ -123,8 +128,8 @@ GEM
diff-lcs (>= 1.1.2)
extlib (>= 0.9.5)
highline (>= 1.4.0)
term-ansicolor (1.2.2)
tins (~> 0.8)
term-ansicolor (1.3.0)
tins (~> 1.0)
terminal-notifier-guard (1.5.3)
thin (1.6.1)
daemons (>= 1.0.9)
Expand All @@ -135,7 +140,7 @@ GEM
atomic
tilt (1.4.1)
timers (1.1.0)
tins (0.13.2)
tins (1.0.0)
tzinfo (0.3.38)
xpath (2.0.0)
nokogiri (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion features/text.feature
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Feature: get text
. [][][][]
"""

Scenario: Get JSON for longer string
Scenario: Get text for longer string
When I go to "/1982"
Then the response should be a text block:
"""
Expand Down

0 comments on commit 98a7fac

Please sign in to comment.