summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/evas_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/evas_spec.rb b/spec/evas_spec.rb
index 4b69925..be19c59 100644
--- a/spec/evas_spec.rb
+++ b/spec/evas_spec.rb
@@ -632,7 +632,7 @@ describe "Efl::Evas #{Efl::Evas.version.full}" do
@t.horiz_advance_get.should > 0
@t.vert_advance_get.should > 0
@t.inset_get.should > 0
- @t.direction_get.should == :evas_bidi_direction_ltr
+ @t.direction_get.should == :evas_bidi_direction_neutral
@t.style_pad_get.length.should == 4
@t.ascent.should > 0
@t.descent.should > 0
@@ -641,7 +641,7 @@ describe "Efl::Evas #{Efl::Evas.version.full}" do
@t.horiz_advance.should > 0
@t.vert_advance.should > 0
@t.inset.should > 0
- @t.direction.should == :evas_bidi_direction_ltr
+ @t.direction.should == :evas_bidi_direction_neutral
@t.style_pad.length.should == 4
end
#