Files
ProMotion/spec/unit/main_spec.rb
Jamon Holmgren 4119d8d037 Tests passing
2014-05-10 15:33:22 -07:00

8 lines
117 B
Ruby

describe "pro motion module" do
it "should have 'PM' module" do
should.not.raise(NameError) { PM }
end
end