test/applications/main/test/unit/tabs_generator_test.rb in tabulous-0.0.2 vs test/applications/main/test/unit/tabs_generator_test.rb in tabulous-1.0.0

- old
+ new

@@ -7,8 +7,8 @@ destination File.expand_path("../../tmp", File.dirname(__FILE__)) setup :prepare_destination test "all files are properly created" do run_generator - assert_file "config/initializers/tabulous.rb" + assert_file "app/tabs/tabulous.rb" end end