test/ts_script.rb in andhapp-decoct-1.9.5 vs test/ts_script.rb in andhapp-decoct-1.9.6

- old
+ new

@@ -4,11 +4,11 @@ class TestScript < Test::Unit::TestCase def dir_in_app_folder Dir.entries("epoxys").each {|x| [] << x if !File.directory?(x)} end - + context "creating a brand new sinatra-rspec app" do setup do @script = Decoct::Dscript.new('epoxys') @app_name = @script.app_name @script.create_app_dir @@ -77,7 +77,7 @@ should 'raise an error if there is app_name is nil' do assert_raises(RuntimeError) {Decoct::Dscript.new(nil)} end end - + end