Created
September 30, 2009 10:44
-
-
Save diasjorge/197988 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require File.dirname(__FILE__) + '/../../../spec_helper' | |
describe Common::Deploy::ImportTranslations do | |
describe 'try' do | |
it 'should try' do | |
1.should == 1 | |
end | |
end | |
end | |
# rake spec | |
# (in /home/boston/development/justlanded/classifieds/repo/trunk) | |
# ./spec/lib/common/deploy/import_translations_spec.rb:3:in `describe': wrong number of arguments (1 for 0) (ArgumentError) | |
# from ./spec/lib/common/deploy/import_translations_spec.rb:3 | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/example_group_runner.rb:15:in `load' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/example_group_runner.rb:15:in `load_files' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/example_group_runner.rb:14:in `each' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/example_group_runner.rb:14:in `load_files' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/options.rb:107:in `run_examples' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib/spec/runner/command_line.rb:9:in `run' | |
# from /usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/bin/spec:4 | |
# rake aborted! | |
# Command /usr/bin/ruby1.8 -I"/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/lib" "/usr/lib/ruby/gems/1.8/gems/rspec-1.2.8/bin/spec" "spec/lib/common/deploy/import_translations_spec.rb" --options "/home/boston/development/justlanded/classifieds/repo/trunk/spec/spec.opts" failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment