Skip to content

Instantly share code, notes, and snippets.

@ashmoran
Created May 28, 2010 20:57
Show Gist options
  • Save ashmoran/417742 to your computer and use it in GitHub Desktop.
Save ashmoran/417742 to your computer and use it in GitHub Desktop.
25> ../Documents/Development/project-source/basic_rails_app % gem list
*** LOCAL GEMS ***
actionmailer (2.3.8)
actionpack (2.3.8)
activerecord (2.3.8)
activeresource (2.3.8)
activesupport (2.3.8)
builder (2.1.2)
capybara (0.3.8)
cucumber (0.7.3)
cucumber-rails (0.3.1)
culerity (0.2.10)
database_cleaner (0.5.2)
diff-lcs (1.1.2)
ffi (0.6.3)
gherkin (1.0.30)
json_pure (1.4.3)
mime-types (1.16)
nokogiri (1.4.2)
rack (1.1.0)
rack-test (0.5.4)
rails (2.3.8)
rake (0.8.7)
rspec (1.3.0)
selenium-webdriver (0.0.18)
sqlite3-ruby (1.2.5)
term-ansicolor (1.0.5)
trollop (1.16.2)
webrat (0.7.1)
26> ../Documents/Development/project-source/basic_rails_app % cucumber -b -f pretty
Using the default profile...
Feature: Visit home
Scenario: Home page shows welcome text # features/visit_home.feature:2
When I go to the home page # features/step_definitions/web_steps.rb:19
Then I should see "Hello Rubyists!" # features/step_definitions/web_steps.rb:143
1 scenario (1 passed)
2 steps (2 passed)
0m0.218s
26> ../Documents/Development/project-source/basic_rails_app % rvm info
ruby-1.8.7-p249:
system:
uname: "Darwin firedrake.local 10.3.0 Darwin Kernel Version 10.3.0: Fri Feb 26 11:58:09 PST 2010; root:xnu-1504.3.12~1/RELEASE_I386 i386"
shell: "bash"
version: "3.2.48(1)-release"
rvm:
type: "rvm is /Users/ashleymoran/.rvm/bin/rvm"
version: "rvm 0.1.32 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]"
ruby:
interpreter: "ruby"
version: "1.8.7"
date: "2010-01-10"
platform: "i686-darwin10.2.0"
patchlevel: "2010-01-10 patchlevel 249"
full_version: "ruby 1.8.7 (2010-01-10 patchlevel 249) [i686-darwin10.2.0]"
homes:
gem: "/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249"
ruby: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249"
binaries:
ruby: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249/bin/ruby"
irb: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249/bin/irb"
gem: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249/bin/gem"
rake: "/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249@global/bin/rake"
environment:
GEM_HOME: "/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249"
GEM_PATH: "/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249:/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249@global"
BUNDLE_PATH: "/Users/ashleymoran/.rvm/gems/ruby-1.8.7-p249"
MY_RUBY_HOME: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249"
IRBRC: "/Users/ashleymoran/.rvm/rubies/ruby-1.8.7-p249/.irbrc"
RUBYOPT: ""
gemset: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment