aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/optional/capi
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/optional/capi')
-rw-r--r--spec/rubyspec/optional/capi/bignum_spec.rb2
-rw-r--r--spec/rubyspec/optional/capi/kernel_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/rubyspec/optional/capi/bignum_spec.rb b/spec/rubyspec/optional/capi/bignum_spec.rb
index 59d867cc46..a5d5995dc0 100644
--- a/spec/rubyspec/optional/capi/bignum_spec.rb
+++ b/spec/rubyspec/optional/capi/bignum_spec.rb
@@ -22,7 +22,7 @@ describe "CApiBignumSpecs" do
@min_long = ensure_bignum(-@max_long - 1)
@max_ulong = ensure_bignum(2**(0.size * 8) - 1)
end
-end
+ end
describe "rb_big2long" do
unless full_range_longs
diff --git a/spec/rubyspec/optional/capi/kernel_spec.rb b/spec/rubyspec/optional/capi/kernel_spec.rb
index ccb125be0d..47f368b517 100644
--- a/spec/rubyspec/optional/capi/kernel_spec.rb
+++ b/spec/rubyspec/optional/capi/kernel_spec.rb
@@ -260,7 +260,7 @@ describe "C-API Kernel function" do
end.should raise_error(NameError)
proof[0].should == 23
end
-end
+ end
describe "rb_rescue" do
before :each do