diff options
Diffstat (limited to 'cloudmasterd/spec/cloudmasterd_spec.rb')
| -rw-r--r-- | cloudmasterd/spec/cloudmasterd_spec.rb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cloudmasterd/spec/cloudmasterd_spec.rb b/cloudmasterd/spec/cloudmasterd_spec.rb new file mode 100644 index 0000000..a52055a --- /dev/null +++ b/cloudmasterd/spec/cloudmasterd_spec.rb @@ -0,0 +1,11 @@ +require File.dirname(__FILE__) + '/spec_helper.rb' + +# Time to add your specs! +# http://rspec.info/ +describe "Place your specs here" do + + it "find this spec in spec directory" do + violated "Be sure to write your specs" + end + +end |
