mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@c1b568b
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8a15857a7f
commit
401b64c4e8
3689 changed files with 6095 additions and 6096 deletions
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
platform_is_not :darwin do
|
||||
with_feature :readline do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.basic_word_break_characters" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.completer_quote_characters" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.completer_word_break_characters" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.completion_append_character" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.completion_case_fold" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.completion_proc" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
# Note: additional specs for HISTORY are in 'history' subdir.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
platform_is_not :darwin do
|
||||
with_feature :readline do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
platform_is_not :darwin do
|
||||
with_feature :readline do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.<<" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.delete_at" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.each" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.[]" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.[]=" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.empty?" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY" do
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
require File.expand_path('../shared/size', __FILE__)
|
||||
require_relative 'shared/size'
|
||||
|
||||
describe "Readline::HISTORY.length" do
|
||||
it_behaves_like :readline_history_size, :length
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.pop" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.push" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.shift" do
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
require File.expand_path('../shared/size', __FILE__)
|
||||
require_relative 'shared/size'
|
||||
|
||||
describe "Readline::HISTORY.size" do
|
||||
it_behaves_like :readline_history_size, :size
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../spec_helper', __FILE__)
|
||||
require_relative '../spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline::HISTORY.to_s" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
with_feature :readline do
|
||||
describe "Readline.readline" do
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../../../spec_helper', __FILE__)
|
||||
require_relative '../../spec_helper'
|
||||
|
||||
begin
|
||||
require 'readline'
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
require File.expand_path('../spec_helper', __FILE__)
|
||||
require_relative 'spec_helper'
|
||||
|
||||
platform_is_not :darwin do
|
||||
with_feature :readline do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue