mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-02 14:58:31 +08:00
8 lines
117 B
Ruby
8 lines
117 B
Ruby
describe "pro motion module" do
|
|
|
|
it "should have 'PM' module" do
|
|
should.not.raise(NameError) { PM }
|
|
end
|
|
|
|
end
|