changelog shortlog tags changeset manifest revisions annotate raw

vendor/plugins/rspec_on_rails/spec/rails/autotest/rails_rspec_spec.rb

changeset 16: 01fd3f10ae84
author: moriq@moriq.com
date: Mon Mar 10 10:13:18 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add plugins rspec_on_rails
1require File.dirname(__FILE__) + '/../../spec_helper'
2require File.join(File.dirname(__FILE__), "..", "..", "..", "lib", "autotest", "rails_rspec")
3
4describe Autotest::RailsRspec do
5 it "should provide the correct spec_command" do
6 Autotest::RailsRspec.new.spec_command.should == "script/spec"
7 end
8end