spec/shapewear/dsl_spec.rb in shapewear-0.0.1 vs spec/shapewear/dsl_spec.rb in shapewear-0.0.2
- old
+ new
@@ -5,10 +5,10 @@
let(:xmlns) { {'wsdl' => 'http://schemas.xmlsoap.org/wsdl/', 'soap' => 'http://schemas.xmlsoap.org/wsdl/soap/'} }
describe "basic DSL" do
it "should describe parameterless, 'hello world' services" do
class ParameterlessHelloWorldService
- include Shapewear::DSL
+ include Shapewear
def hello_world
"hello"
end
end