Sha256: d99cb67d8fb954f0cefeb85bbe3915f8c6ed304782b32d203f1468fc2cb4a9df

Contents?: true

Size: 398 Bytes

Versions: 24

Compression:

Stored size: 398 Bytes

Contents

# describe "jspec" do
#   describe "shell" do
#     it "should load jspec.js" do
#       shell('print(JSpec.version)', 'quit()').should include('JSpec')
#     end
#     
#     it "should quit when quit or exit commands are called" do
#       shell('print(JSpec.version)', 'quit').should include('JSpec')
#       shell('print(JSpec.version)', 'exit').should include('JSpec')
#     end
#   end
# end

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
gentooboontoo-jspec-4.3.3 spec/ruby/bin/shell_spec.rb
bootcamp-0.1.4 vendor/test_suites/jspec/spec/ruby/bin/shell_spec.rb
bootcamp-0.1.0 vendor/test_suites/jspec/spec/ruby/bin/shell_spec.rb
jspec-4.3.3 spec/ruby/bin/shell_spec.rb
jspec-4.3.2 spec/ruby/bin/shell_spec.rb
jspec-steventux-3.3.2.1 spec/ruby/bin/shell_spec.rb
jspec-steventux-3.3.2 spec/ruby/bin/shell_spec.rb
jspec-4.3.1 spec/ruby/bin/shell_spec.rb
jspec-4.3.0 spec/ruby/bin/shell_spec.rb
jspec-4.2.1 spec/ruby/bin/shell_spec.rb
jspec-4.2.0 spec/ruby/bin/shell_spec.rb
jspec-4.1.0 spec/ruby/bin/shell_spec.rb
jspec-4.0.0 spec/ruby/bin/shell_spec.rb
jspec-3.3.3 spec/ruby/bin/shell_spec.rb
jspec-3.3.2 spec/ruby/bin/shell_spec.rb
jspec-3.3.1 spec/ruby/bin/shell_spec.rb
jspec-3.3.0 spec/ruby/bin/shell_spec.rb
jspec-3.2.1 spec/ruby/bin/shell_spec.rb
jspec-3.2.0 spec/ruby/bin/shell_spec.rb
jspec-3.1.3 spec/ruby/bin/shell_spec.rb