mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 22:42:55 +08:00
start rubymotion-specific spec file for Symbol
This commit is contained in:
7
test/test-android/app/rubymotion/symbol_spec.rb
Normal file
7
test/test-android/app/rubymotion/symbol_spec.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
describe "Symbols" do
|
||||
it "are based on com.rubymotion.Symbol" do
|
||||
:foo.class.should == Symbol
|
||||
:foo.class.inspect.should == 'com.rubymotion.Symbol'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user