Sha256: 0c1d22c4488239a14e58bada1d35b2cb1475589c4d10ce3cbf92b68f10949936
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
== Refactoring * The SpecI18n::Parser::NaturalLanguage.get(SpecI18n.spec_language) is duplicated in some places - check a better way to implement this * Simplified more and more tests! * Find the right module for the example group specs(it/example) (I think => Spec::Example::ExampleGroupMethods but I think I was wrong) == Future * Translate all matchers * * Making the spec-i18n executable(to see languages and other stuff) * Translate subjects * Translate shared examples * Put a #language header in the spec_helper file (Cucumber Style) instead load from config(maintain the two options) * Create the directory features to test with Cucumber * Make the describe/it i18n available from a class Example: # class PilhaSpec < Spec::ExampleGroup # descreva Pilha, "sem nenhum elemento" # # antes # @pilha = Pilha.new # end # # exemplo "deve lançar um erro no momento do pop" do # lambda { @pilha.pop }.deve mostrar_erro # end # # end * Check a better way to manipulating the mocks and stubs for i18n (What do you think?)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-i18n-0.2.0 | TODO.txt |